Hi, I have a problem/question with the Google Ads *Python* client, which returns a google.api_core.exceptions.*ResourceExhausted* exception when I request *KeywordPlanIdeaService* too often. I understand why the exception is thrown, but is it normal for the *api_core* to return it? Based on the documentation <https://developers.google.com/google-ads/api/docs/samples/handle-rate-exceeded-error>, the exception is catched with the GoogleAds client exception : *google.ads.googleads.errors.GoogleAdsException*. Moreover, the error with the delay is strangely encoded, impossible for me to retrieve the waiting time except with a parser, which is not ideal. A solution for this?
Regards, Hugo -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/44aeac01-eac6-48cb-b2ca-4aca8889f839n%40googlegroups.com.
