Hi,
Thank you for contacting the Google Ads API support team.
Upon checking the provided partial logs, 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.
Please note that we pulled the logs by using the request ID : _7nss8ZeBi9NTsz8iwklpQ and we couldn’t find any error including the Internal Error on this request. Also, we were able to execute the same query and got the data via the API successfully without any errors or issues.
If the issue remains the same, to investigate your issue further, please provide us complete API logs (request and response with request-id and request header) generated at your end where you observed the “Internal error” in the API response so that we can check and assist you with further steps. Kindly note that you have to enable the logging if you are using a client library. You can refer to the PHP guides 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 the Reply privately to the author option or a direct private reply to this email.