Re: RESOURCE EXHAUSTED errors from the Google Ads Historical Metrics API

2022-03-31 Thread Jason Tiscione
Hello, Below is a stripped-down example of the script that is failing. Maybe you can tell me what's wrong here. You need to supply your customer ID and the name of the developer key YAML file on the command line. It uses a file "keywords.txt" and reads 200 keywords at a time from it. I attache

"Keyword or negative keyword text has too many words."

2022-03-16 Thread Jason Tiscione
I got an error from the API: KEYWORD_HAS_TOO_MANY_WORDS. I found the documentation at: https://developers.google.com/google-ads/api/reference/rpc/v10/KeywordPlanAdGroupKeywordErrorEnum.KeywordPlanAdGroupKeywordError It says KEYWORD_HAS_TOO_MANY_WORDS means "Keyword or negative keyword text has

RESOURCE EXHAUSTED errors from the Google Ads Historical Metrics API

2022-03-10 Thread Jason Tiscione
I'm trying to use the Google Ads API to gather historical metrics on keywords in all fifty states. Using the Python wrapper library, for each of the 51 locations (states + District of Colombia), I'm doing this: - I create a KeywordPlan - I create a KeywordPlanCampaign specific to the location, u

Code samples for historical metrics are broken

2022-02-05 Thread Jason Tiscione
I'm trying to run the code sample at https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics?hl=en and it doesn't work. It's not actually a code sample, instead it references another code sample https://developers.google.com/google-ads/api/docs/keyword-pl

Re: Google Ads MCC test accounts NOT creating client accounts

2020-05-24 Thread Jason Tiscione
Hello, I asked the Google Ads Product Support Team for help because I have this problem too. They said they cannot answer questions about the API and referred me here. -Jason On Thursday, February 6, 2020 at 12:23:42 PM UTC-7, adsapiforumadvisor wrote: > > Hi all, > > Thank you for reaching o

How can I test the API with a test account?

2020-05-23 Thread Jason Tiscione
I have a developer key associated with a production manager account, but trying to use the API generates DEVELOPER_TOKEN_NOT_APPROVED errors. So I tried following instructions at https://developers.google.com/adwords/api/docs/guides/accounts-overview#test_accounts but they aren't very clear an