RE: how to get campaign goal in ads API?

2019-05-19 Thread Google Ads API Forum Advisor Prod
Hi George, I'm afraid that the Google Ads API also does not support campaign goals as of this moment. You may continue to follow our blog for updates. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UAq7Z5:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

How quickly will my ads be approved and/or shown when using the API

2019-05-19 Thread Gabriel
Hello. I have to modify the text of my ads in a daily basis because of the inflation crisis existing in my country. Since I have tens of campaigns and products to promote I am going to use the Google Ads API. The text of the ads will be always the same, except for the pricing. Let say: Lookin

RE: Is it possible to use Offline Click Conversion Feed Service for any GAds Customer?

2019-05-19 Thread Google Ads API Forum Advisor Prod
Hi Scott, Thank you for contacting support. If you have already created your OAuth2 credentials , then no further permissions should be required. To implement conversion tracking, you will then need to setup the appropriate ConversionTracker and you can find out more about it via our tracking a

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

2019-05-19 Thread Google Ads API Forum Advisor Prod
Hi George, Thank you for reaching out. To further investigate this, could you provide the CID and complete GAQL query used? Please use reply privately to author option. Regards, Dave Google Ads API Team ref:_00D1U1174p._5001UAq7Hp:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

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

2019-05-19 Thread Google Ads API Forum Advisor Prod
Hi John, Thank you for reaching out. I'm afraid that blocking IP addresses or getting all blocked IP's isn't currently possible with the API. However, to better assist you, could you elaborate what do you need to achieve using the Google Ads API? If you wish to use cURL to interact with the API

RE: AdWords Customer Match : format of hash phone number

2019-05-19 Thread Google Ads API Forum Advisor Prod
Hi Mathieu, Thank you for reaching out. You can still use hashed phone number without plus sign, but I'm afraid that the phone number will not be matched with a customer. As stated in the documentation, phone numbers must start with a plus sign. If the phone number is not correctly formatted be

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: https://googleadsdeveloper.

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 Int64Valu

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 sect

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 your

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 Ac

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. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=