RE: Google Ads API Beta Rate Limit Question

2020-11-20 Thread Google Ads API Forum Advisor Prod
Hi Jack, I understand you are looking for information on rate limiting for general API usage. I believe you will find this guide (or here in case you are using the older Adwords API) provides quite useful information related to your question, in particular this section (here for Adwords) on con

RE: Google Ads Api Beta

2020-05-26 Thread Google Ads API Forum Advisor Prod
Hi Olesya, Thank you for reaching out. Google Ads API is still in beta version. We don’t have a set timeline for the Google Ads API to be in production again. However, We recommend to continue running production systems using the AdWords API. While Google Ads API is in “beta”, you may use the n

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-20 Thread Google Ads API Forum Advisor Prod
Hi Ky, Thank you for the update. Yes, it should show a zero, but if there is not enough information then the field will not be populated for both fields. Let me know if you have further questions. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5004Q1zpic2:ref -- -- =~=~=~=~=~=~=~=~=~

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-19 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Hi Bryan, Wanted to follow up on this resource. I just wanted to double check that it's behaving as I'm expecting it to with the query: 'SELECT ad_group.id, ' 'ad_group_criterion.criterion_id, ' 'ad_group_criterion.keyword.text, ' 'metrics.conversions_from_interactions_rate,

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Thanks so much, Bryan! On Monday, May 18, 2020 at 1:22:52 PM UTC-7, adsapiforumadvisor wrote: > > Hi Ky, > > I've taken a look and can see that Keywords Reports has a Quality Score > field, and to retrieve it, you need to query > ad_group_criterion.quality_info.quality_score >

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Ky, I've taken a look and can see that Keywords Reports has a Quality Score field, and to retrieve it, you need to query ad_group_criterion.quality_info.quality_score. For your convenience, if you're having trouble writing the query, you can use this interactive query builder at your conven

RE: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Ky, Thank you for reaching out to us. For a keyword's quality score, could you show me a screenshot of what quality score you want to retrieve from the UI? For the conversion rate, there is the conversions from interactions rate from the keywords report in Google Ads API. Let me know if you

RE: Google ads api beta remove item from feed

2020-02-06 Thread Google Ads API Forum Advisor Prod
Hello Simon, Thank you for reaching out. You could use FeedItemService to mutate the feed items via Google Ads API Beta. The MutateFeedItems method will help you perform the remove operation by specifying the resource name of the feed item which is expected to be removed in the below format. Le

RE: Google Ads API Beta reports to MySQL

2019-12-30 Thread Google Ads API Forum Advisor Prod
Hi Drew, Thank you for writing to us regarding your concern. If you are using our client libraries, it is not possible to retrieve the data as a JSON object. However, as an alternative you can use the cURL operation to get the output in JSON format and implement the logic on your end to export

RE: Google Ads API Beta: Retrieve relevant customer_client data for oauthed MCC account

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Kenneth, Thank you for reaching support. Please find my response to your queries below: Using the customer_client resource, is there any way to filter out accounts that are cancelled to return only active accounts? It is not possible to check the status of the account and filter out the acco

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-09-06 Thread John
Thanks, the new fields of CustomerClient now work with my client. On Thursday, September 5, 2019 at 3:50:23 PM UTC+2, adsapiforumadvisor wrote: > > Hi John, > > Thanks for your patience here. We've updated the protocol buffer > definitions for v2 on GitHub >

Re: Google Ads API Beta: Retrieve relevant customer_client data for oauthed MCC account

2019-09-05 Thread Kenneth Oh
I resolved the issue of not receiving the customer_client fields (time_zone , test_account, manager, descriptive_name, currency_code, and id) by updating my google-ads-python package to latest that contains support for querying for these fields. On Wednesday, September 4, 2019 at 2:17:33 PM UTC-

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi John, Thanks for your patience here. We've updated the protocol buffer definitions for v2 on GitHub to be current with the v2_1 release of the Google Ads API beta. Please let us know if you have any issues with them - Adam. Google Ads API Team ref:_00D1U1174p._5001UHEkaK:ref -- -- =~=~=~=

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-28 Thread John
On https://github.com/googleapis/googleapis/tree/master/google/ads/googleads it says: > To develop in a programming language without an official client library, > refer to the API Concepts Guide > and > consult these prot

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hello John, The new fields that are made available for CustomerClient can be accessible via the Customer_Client resource instead. You could use a GAQL resource query with the help of Interactive Query builder to fetch data for those fields. Also, you have to update to the latest client library

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-28 Thread John
With a client build with the v2_0 proto files the new fields introduced in v2_1 are not available. I'd like to use these new fields of CustomerClient: Added time_zone, test_account, manager, descriptive_name, currency_code, > and id to CustomerClient to make it easier to retrieve customers in an

RE: [Google Ads API Beta] Proto definitions for latest releases

2019-08-27 Thread Google Ads API Forum Advisor Prod
Hello John, You could use the protocol buffers from here. Since V2_1 is a minor release, you can use the Protocol buffers from V2 folder in that link. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHEkaK:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-26 Thread John
The proto files for version v2_1 of the Google Ads API Beta are missing in the googleapis github repository . Can someone update the proto definitions at GitHub? On Monday, November 12, 2018 at 10:14:52

Re: Google Ads API beta

2019-02-20 Thread cv
Ok, Let me post issue over there. Thanks, On Friday, 15 February 2019 15:51:46 UTC+5:30, cv wrote: > > Hi, > > How I can run the example from browser for google Ads API beta? > > What should I need to change? > > Thanks, > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

RE: Google Ads API beta

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Chirag, The issue you encountered seems specific to PHP client library rather than the Google Ads API. This being said, I would suggest to post your issue here as the PHP client library owners are better equipped to assist you here. Regard

RE: Google Ads API beta

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I'm a colleague of Sai and allow me to assist you as he is unavailable. Moving forward, my apologies as we do not provide support in running the Google Ads API from browser thus I could not comment on the issue that you encountered. We highly recommend to use one of our client libraries

Re: Google Ads API beta

2019-02-17 Thread cv
Hello Sai, I am able to run the example but only from command line (CLI). >From browser I am getting error as Use of undefined constant STDERR - assumed 'STDERR' in *src/Google/Ads/GoogleAds/Lib/LoggerFactory.php* on line *44* Can you please guide me how to run the example from browser? Thank

RE: Google Ads API beta

2019-02-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, Google Ads API Beta is the Upgraded version of AdWords API in Beta stage. If you are using the AdWords API for now and trying to migrate to the Google Ads API Beta, you could refer this guide . In general, you ca

Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-07-11 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello KDJ, Sorry for the delay. I'm chasing this matter for you. Could you please tell us your client customer ID you've filled in by *Replying privately to author*? Best, Thanet, AdWords API Team On Wednesday, July 11, 2018 at 4:54:07 AM UTC+9, rentcafe dev wrote: > > Luis, > > It's been over

Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-07-10 Thread rentcafe dev
Luis, It's been over two weeks and I still have not gotten approval for my developer token to use Google Ads API. I would really appreciate it if you could follow up on my application. Thanks KDJ On Thu, Jun 28, 2018 at 3:10 PM, wrote: > Luis, > > Thank you for letting me know the time frame

Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-06-28 Thread rentcafedev1
Luis, Thank you for letting me know the time frame for my developer token getting whitelistted. KDJ On Wednesday, June 27, 2018 at 8:27:05 PM UTC-7, Luis Xander Talag (AdWords API Team) wrote: > > Hi, > > The whitelisting of your developer token for Google Ads API usually takes > up to one to

Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-06-27 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The whitelisting of your developer token for Google Ads API usually takes up to one to two weeks for approval. You won't receive a new developer token but rather your current developer token will be whitelisted. You will receive an email of approval for you to get notified regarding this. I

Re: [Google Ads API Beta] "API solution not found with service name: googleads.googleapis.com"

2018-06-21 Thread Martin
Hey Luis, Using incognito fixed it! Thanks! On Thursday, June 21, 2018 at 4:46:04 AM UTC+1, Luis Xander Talag (AdWords API Team) wrote: > > Hi Martin, > > Could you try to enable the Google Ads API using the incognito mode of > Google Chrome? If the issue persist, could you provide your MCC ID

Re: [Google Ads API Beta] "API solution not found with service name: googleads.googleapis.com"

2018-06-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Martin, Could you try to enable the Google Ads API using the incognito mode of Google Chrome? If the issue persist, could you provide your MCC ID and the email address you are using when enabling the Google Ads API in developer's console so that I could further investigate? Please reply via