Hi,
Thank you for reaching out to the Google Ads API support team.
I could see that you have encountered the following errors:
1) "
RESOURCE_EXHAUSTED" error, which means that a system frequency limit has been exceeded. Kindly prevent sending too many requests in a short period of time and also ensure to set up short delays between requests or combine more operations in fewer requests. Also, please check this sample code for how to
Handle a Rate Exceeded Error for more information.
Additionally, we also have daily API operation limits where requests that violate these limits are rejected with the error: RESOURCE_EXHAUSTED. You may check out
API Limits and Quotas for more information.
2)
DEADLINE_EXCEEDED error. This is a deadline exceeded error. This could be due to low timeout. However, could you confirm if you’ve set a low timeout? Wait for about 30 seconds, then retry the request. If the error persists try breaking the request into multiple, smaller requests that can be completed more quickly. For more information you may check this
document which will explain how to handle this error.
3) The "Connection reset by peer" error, this issue appears to be client library specific. Could you please confirm which
Client Library you are using ?
If the error still persists, after following the above suggestions, provide us with the updated complete API logs (
request and
response with
request-id and
request header) generated at your end.
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.
You can send the details via
Reply privately to the author option, or
direct private reply to this email.
This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ2wC:ref" (ADR-00235902)
Thanks,
 |
Google Ads API Team |
