Hi,

Looks like rate scope is Account level. The rate limits with ACCOUNT scope 
occurs usually when there are too many requests per second on a single 
AdWords account in a short duration of time. You may need to slow down and 
make fewer requests against your account. The rate limit across Account 
rate scope is metered on all requests to a single AdWords account 
irrespective of developer token used. You will need to wait for the 
specified time in the "retryAfterSeconds" parameter and retry your request. 
You can refer to this guide 
<https://developers.google.com/adwords/api/docs/guides/rate-limits#take_control>
 to 
control the rate limit errors in your application. 
Please note there is no guarantee that after waiting for retryAfterSeconds 
your new request will succeed. You could apply a random multiplier (e.g., a 
float value between 1 and 2 inclusively) to retryAfterSeconds when 
determining seconds to wait. Please refer this guide 
<https://developers.google.com/adwords/api/docs/guides/rate-limits#elements_of_rateexceedederror>.
 
Let me know if you have further questions.

Thanks,
Milind, 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/22cc84f1-83bf-404a-b8e5-bf02a3b6293a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to