Batch Jobs Google Ads API

2019-06-14 Thread Costantin
Hello, I need to regularly upload one campaign with a few hundred ad groups in it and few hundred keyword in each ad group. I constantly hit the API limits. It's there a way to upload everything like there was with the AdWords API via batch jobs? What's the best practice to accomplish this?

How are API calls counted?

2019-05-13 Thread Costantin
If I want to create 100 ad groups, something like this: # Create ad group. all_adgroups = [] for x in range(200): ad_group_operation = client.get_type('AdGroupOperation', version=google_ads_version) ad_group = ad_group_operation.create ad_group.name.value = 'Earth to Mars cruises %s' %

Feature suggestion: When wrong country code is given the API should return an error, not setup Afghanistan

2019-05-10 Thread Costantin
Right now when I make an API call to set a country code for a call only ad and I use for example gb instead of GB the api doesn't return an error but simply sets the country code as Afghanistan. This can easily lead to mistakes and errors. The API should return an error like: "invalid country

Add a campaign without a shared budget

2019-05-09 Thread Costantin
Hi, Is it possible to create a new campaign with a fixed daily budget just for that campaign instead of attaching to it a shared budget like in the example: https://github.com/googleads/google-ads-python/blob/master/examples/basic_operations/add_campaigns.py Thanks -- --

Add list of keywords to an ad group (NEW API)

2019-05-09 Thread Costantin
Hello, I'm trying to add a list of keywords to a specific ad group. From the exaples it seems that I have to make an API call for each keyword, but that seems unlikely because I would need to make 1000s of API calls just to make one ad group. Is it possible to add several keywords to an ad

Google Ads new API Get CPC for list of keywords

2019-05-07 Thread Costantin
Hello, I'm trying to get CPC for a list of keywords. I'm using the KeywordPlanIdeaService however I can get only new keyword ideas with their competition and avg monthly search. I can't get the Avg. CPC for those keywords. Is this available somehow? -- --

Re: ListAccessibleCustomers Google Ads API

2019-04-26 Thread Costantin
Hello, I'm having the same issue. I need to do an extra API call for each account to extract the name, if it's test and all that info. With large accounts this becomes quickly impossible. Is there a plan to update the ListAccessibleCustomers method and return more info like the account name? If

Re: Cannot add beta API to Google Developer Console project

2019-04-04 Thread Costantin
> > Hello everyone, > The issue in *NOT browser related*. It's related to your ad blocker. Pause your adblocker extension and you will be able to activate everything without problems! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Integer or Float with Customizer

2018-12-05 Thread Costantin
Hi Dannison, Sorry but I still don't get it. The name field should be the column name, for type STRING, I can pass any random name and the column gets appropriately labeled with that name on Google Ads. I'm pretty sure that the same is supposed to happen also with type FLOAT or other types.

Re: Increase bid by X%

2018-09-13 Thread Costantin Bignoli
Fantastic, exactly what I was looking for. Thank you! On Thu, Sep 13, 2018 at 11:16, Thorsten Merz wrote: Adding 50% bid modifier values will increase the bids on each of the devices by 50%, yes. That means if your bid is 1 $ then all devices will receive 1,50 $ -- On Thursday, September