Hello,

The standard access removes the 10,000 operation limit per day associated 
with basic access, but all accounts (standard and basic) are subject to our 
rate limiting. We have a guide that covers how to deal with our rate limit 
errors <https://developers.google.com/adwords/api/docs/guides/rate-limits>.

The main thing to do, in order to avoid day-long timeouts like the one you 
see above, is to make sure that you follow the retryAfterSeconds 
that is returned. If the retryAfterSeconds says 30 seconds, and you retry 
before 30 seconds is up, you will have an increased wait time for the next, 
which can quickly escalate to a very long timeout. If, however, you obey 
the retryAfterSeconds and wait at least that long before retrying, you 
should be able to perform your query and continue using the API.

If you need to perform a lot of operations and anticipate having trouble 
with our rate limiting, the best idea would be to batch multiple operations 
into a single request. Please check out our some recommended practices 
<https://developers.google.com/adwords/api/docs/guides/rate-limits#take_control>
.

Thanks,
Umesh, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/30a588ae-ffcf-45c0-bf0e-23b48b2f72ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to