Re: how catch ApiException fatal error RateExceededError

2018-11-25 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi David, Could you provide more details about your issue of not being able to catch this exception? Could you confirm if you have already implemented a similar method as the one discussed in this link ? If yes,

Re: how catch ApiException fatal error RateExceededError

2018-11-23 Thread David Moate
Hi Peter, I wish to catch this error but i can't do it. it does not work. and as I can't catch this exception, the fatal error crash my application and I can't make sure to slow down the calls. This is especially my problem why the exception is not caught. Thanks for your help Le vendredi 23

Re: how catch ApiException fatal error RateExceededError

2018-11-23 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi David, The *rateScopre=ACCOUNT* that you are getting indicates that you're making too many requests at the same time against a single AdWords account. You can avoid this by decreasing the number of calls you make, and if you wish to catch this error or slow down your calls, you can refer to

how catch ApiException fatal error RateExceededError

2018-11-23 Thread David Moate
Hello i have this issue. try{ // Generate a refreshable OAuth2 credential for authentication. $oAuth2Credential = (new OAuth2TokenBuilder()) ->fromFile() ->build(); // Construct an API session configured from a properties file