Re: Severe rate limiting when running the python example

2018-11-05 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, Thanks for your patience. There is an update on this issue, you can create a new test client account under the existing test manager account and the API requests should work with unapproved developer token. Please note that the requests to the existing test accounts is not yet fixed. Ple

Re: Severe rate limiting when running the python example

2018-10-12 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, The rate limits can fluctuate based on different variables, including server load. That said, it is not recommend to design with a fixed Queries Per Second (QPS) limit. Our suggestion is to have the application handle such errors by following the guidelines given here

Re: Severe rate limiting when running the python example

2018-10-12 Thread Cameron Warren
isingit.com Sent: Friday, October 12, 2018 7:19:34 AM To: AdWords API and Google Ads API Forum Subject: Re: Severe rate limiting when running the python example Hi Cameron, I've raised exactly this issue with the API team before - sometimes I get rate limited before I get *any* results. The

Re: Severe rate limiting when running the python example

2018-10-12 Thread tom . wagstaff
Hi Cameron, I've raised exactly this issue with the API team before - sometimes I get rate limited before I get *any* results. The only workaround I've found is, as the team have suggested here, by adding error handling logic to wait 30 seconds before retrying and just keep on hitting the API u

Re: Severe rate limiting when running the python example

2018-09-27 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Cameron, The RATE_EXCEEDED error usually occurs when too many requests were made to the API in a short period of time. The rateScope parameter represents that the error is due to account rate