API does not retrieve requested data
Closed this issue · 2 comments
tuliofindi commented
Hello, I have little experience with google APIs. I followed all the steps in the documentation and fixed all the errors, especially regarding authentication.
But when I run the example command from the documentation php GetCampaigns.php
I don't get any errors but I don't get any data either.
Is anyone also in this same situation?
PierrickVoulet commented
HI @tuliofindi - The AdWords API is sunset. You need to use the new client library google-ads-php to access the new Google Ads API instead.
tuliofindi commented
Hi @PierrickVoulet thanks for the reply.
Sorry I just posted in the wrong place. I'm using the new Google Ads API, following this documentation.