Hi there, I'm afraid, we do not have any sample apps which handles these Rate limits. However, you may refer to our client libraries <https://developers.google.com/adwords/api/docs/clientlibraries> which has some best illustrations. This said, the rate limits are added to the API to meter the requests and queries per second rate. When the client application makes a large number of API calls, the AdWords API servers return the RateExceededError requesting the application processes to slow down. There is no penalty for making a number of API calls, the RateExceededError is transient in nature and automatically resolves within 30 seconds of inactivity. You can mitigate the RateExccededError as much as possible by reducing the number of requests and throttling the QPS from the client side. You may refer to this document <https://developers.google.com/adwords/api/docs/guides/rate-limits#take_control> which illustrates some best strategies that can be implemented to reduce the error.
Thanks, Bharani, AdWords API Team On Wednesday, November 1, 2017 at 7:24:34 AM UTC-4, asma batool wrote: > > I am getting an api exception > how can handle it please suggest > > ApiException in Reflection.php line 39:[RateExceededError > <rateName=RATE_LIMIT, rateKey=null, rateScope=ACCOUNT, > retryAfterSeconds=30>] > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/4f578c91-f50c-4fdb-ac9a-87b72136fa01%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
