Hi,
Thank you for reaching out to the Google Ads API support team.
By reviewing your concern, I understand that you are getting an Internal Error. Kindly note
Internal Error occurs when something unexpected happens while processing the request. You can refer to the documentation, to know how to handle the
Internal Error.
When you retry requests, use an exponential backoff policy. For example, if you first pause 5 seconds before the first retry, you could pause 10 seconds after the second and 20 seconds after the third retry.
Exponential backoff helps ensure you are not calling the API too many times.
Also, in order to debug the issue, 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.!5004Q02rz6B3:ref"
Thanks,
 |
Google Ads API Team |
