Hello all,
I am working with Google Ads API
(https://developers.google.com/google-ads/api/docs/client-libs/php).
My goal is to retrieve all the product info from my google
Adwords(https://prnt.sc/T7jUz9nZ7fIm).
I need all products with its name, id, clicks, conversions, costs etc.
I tried to r
Hello all,
I am currently working on shifting an API from Adwords API to Google Ads
API.
I followed the below guidelines
https://github.com/googleads/google-ads-php/tree/main
After that, I tried to run the sample example code of 'GetCampaigns.php'.
However, I get an empty response.
Below are my
Hello Kevin,
Thank you for your reply.
I tried to use the customer ID(https://prnt.sc/rwbfXMfHoat0).
However, it gave me following error:
Request with ID 'XXX' has failed. Google Ads failure details:
authorization_error: User doesn't have permission to access customer. Note:
If you're ac
Hello all,
I am working on shifting an API from Adwords API to Google Ads API.
I have followed the process as in below documents
https://github.com/googleads/google-ads-php/tree/main
However, when I use the Customer ID (https://prnt.sc/rwbfXMfHoat0) that I
have been using in the Adwords API, it
Thank you all for support.
I have fixed the issue.
I have shifted from AdWords' API to Google Ads API. I used the credential
file (.ini) file from Adwords API without any modification. That is causing
the issue.
We have to add the manager ID in the 'google_ads_php.ini' file
as loginCustomerId=
Hello all,
My requirement is to upload the Offline conversion in the adwords.
I have created an conversion Action(https://prnt.sc/JDQuPTBiO2qB).
I have used google ads api functions
(https://github.com/googleads/google-ads-php/blob/main/examples/Remarketing/UploadOfflineConversion.php).
In thi