Hi,
Thank you for reaching out to the Google Ads API support team.
Upon reviewing your concern, I understand that You are getting the RESOURCE_EXHAUSTED error with the Google ads API. Please note that the RESOURCE_EXHAUSTED error generally occurs when you are sending too many requests in a short period of time. The server throws this error once it detects that your request has exceeded the system frequency limit. I would recommend setting up short delays between requests or combining more operations in fewer requests. Please refer to the Best practices guide to optimize the efficiency and performance.
Also, this may occur if you have already exceeded the daily limit for the number of operations that can be sent in a single mutate request. You may refer to this documentation for the quota you need to consider daily when performing requests using the API. If you have the limit for your account and are still encountering an error, please provide us with the complete updated API logs (request and response logs with request-id and request header) generated at your end to better assist you further.
If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.
![]() |
Google Ads API Team |