Error summary: {
'faultMessage':
'[RateExceededError <rateName=OperationsPerDay,
rateKey=basic_access_operations, rateScope=DEVELOPER, retryAfterSeconds=86400>]',
'requestId': '00058c0ef7d98d290a3782c48c0875f2',
'serviceName': 'CampaignService',
'methodName': 'get',
'operations': '1',
'responseTime': '110'
}
Hi Team,
With regards to your question, when the limit of calls in developer token API reach the limit of 10,000 operation per day, the proceeding calls encounters the RateExceededError and you need to wait until the next day in order to make a call again. This is the reason you are getting RateExceededError with “retryAfterSeconds=86400” attribute to retry in 24 hrs. If you are expecting to use more than 10,000 operations in a day you can apply for standard access as mentioned here. You cannot perform more than 5,000 operations in a single API call as mentioned here. Let me know if you have any further questions.
Regards,
Nikisha Patel, Google Ads API Team