googleads / googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP
Apache License 2.0
656 stars 769 forks source link

API does not retrieve requested data #771

Closed tuliofindi closed 1 year ago

tuliofindi commented 1 year ago

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?

Captura de Tela 2023-01-06 às 11 06 59

PierrickVoulet commented 1 year ago

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 1 year ago

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.