Hi,
i am just maintaining a project which was developed years ago. We got an email from google that we are using Adwords Api with a list of given services and a developer token and also the notice that the Adwords Api will be gone on 27th April.
Now i am sitting here and try to figure out how the project works and what i need to do to have the application working after the 27th of April.
The Services mentioned in that email are as following:
- AdGroupAdService
- AdGroupService
- CampaignService
- CustomerService
In the project the package googleads/googleads-php-lib:44.0.0 is used and handling the api calls.
I am confused what to do right now, since the package is already way above 25.0.0 and we still got the email that we use Adwords Api services with the given developer token.
Do i need to adapt the usage of the googleads/googleads-php-lib package so we only use Google Ads Api?
Thanks in advance