Hi all,
I use the PHP client library and just got set up to use the Google Ads API. I got to the "First Call: Get Campaigns" steps in the
Google Ads API documentation, but when I make the call on the command line, I get the following output.
PHP Notice: Undefined index: warning in /opt/bitnami/apache2/htdocs/core/libraries/google-ads-php/src/Google/Ads
/GoogleAds/Lib/V1/GoogleAdsUnaryCallLogger.php on line 129
ApiException was thrown with message '{
"message": "Internal error encountered.",
"code": 13,
"status": "INTERNAL",
"details": []
}'.
I have tried this several times over the past 24 hours, and always receive the same result, so I believe it to be an issue on my end as opposed to the API. I setup the PHP client library by following the below instructions, so I'm not sure why I am receiving the undefined index warning and whether or not that is related to my API call failing:
Please let me know what could be causing this issue.
Thanks