Re: Google Ads API: how to remove cpcBid from keyword/ad group criterion (Python)

2019-05-19 Thread Mat
Hi Dave, thx for the response. However - I think that 0 is well within the limits of INT64: ad_group_criterion.cpc_bid_micros.value = 0 (see my first example in the op) Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: how to get campaign goal in ads API?

2019-05-19 Thread George Xiong
is it supported in the ADS API? On Friday, May 17, 2019 at 6:27:29 PM UTC+8, George Xiong wrote: > > how to get campaign goal in ads API? is this available now? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: KeyError when using mutate method FeedItemService

2019-05-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. To further investigate this, could you provide the complete SOAP request and response logs when you encountered the error? If you haven't enabled logging yet, you may refer to this guide

RE: Google Ads API: how to remove cpcBid from keyword/ad group criterion (Python)

2019-05-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mat, Thank you for reaching out. The INVALID_VALUE error occurs if you try to fit an incorrect value into a field. As per the documentation, cpc_bid_micros should be an

RE: Using curl to create google ad campaign fails with Internal_Server_Error

2019-05-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. However, to further investigate this, could you provide the complete JSON request and response logs when you encountered the error? If you haven't enabled logging yet, you may refer to the README

RE: Add Negative Dynamic Targets

2019-05-19 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Can you confirm if you are using the Google Ads API or the AdWords API? You can use the CampaignCriterionService or the AdGroupCriterionService to set negative criterion on the campaign level or ad group level respectively. You can use the Placement criterion in

RE: google ads api fails with python

2019-05-19 Thread Google Ads API Forum Advisor Prod
Hi Anushri, Thank you for reaching out. Sorry for the delayed response. The credentials in your .yaml file seem correct. However, since you are using your test manager account, kindly use the account id of your test manager account in the login-customer-id field. Let me know if this solves

how to get ad url_custom_parameters/tracking_url_template via google ADS API?

2019-05-19 Thread George Xiong
Hello, I try to get url_custom_parameters/tracking_url_template via ads api. but all i get is null, please advise! ,ad_group_ad.ad.tracking_url_template ,ad_group_ad.ad.url_custom_parameters ,ad_group.tracking_url_template

Google Ads REST API - Block IP Address - Get All Blocked IP addresses

2019-05-19 Thread John Tzanidakis
Hello, I am trying to use the Google Ads API with REST, I have followed all the steps including authentication, getting my developer token, creating test accounts, and am able to make a test api call to get a response with: customers:listAccessibleCustomers and do receive a response for my

Add Negative Dynamic Targets

2019-05-19 Thread vaios_panourg...@hotmail.com
Hi, I need to create a script that would add several negative dynamic targets (*e.g. "url contains = blog"* *, "url contains = faq*", etc) to my Campaigns. I am using the php library. Is there any example i could use? Thanks in advance. -- --