Hello, The RateExceededError <https://developers.google.com/adwords/api/docs/common-errors#RateExceededError.RATE_EXCEEDED> is experienced when there are too many requests made to the API in a short period of time. Usually, this limit is applied when an application makes high number of requests on a single AdWords account and may return this error for exceeding the rate limit. You may want to check the number of API calls being made at the same time against his account. You'll need to wait for the amount of time specified in the retryAfterSeconds <https://developers.google.com/adwords/api/docs/guides/rate-limits#operational_limit_based_on_access_level> parameter before retrying the request. Additionally, you can refer to this <https://developers.google.com/adwords/api/docs/guides/rate-limits#take_control> document to handle the number of requests being made on their account. Let me know if you have any other questions.
Regards, 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/9baf6a03-98be-4445-a162-0e572c387933%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
