Hi Rukesh,
Thank you for the updates.
We're glad that you were able to find the information related to your concern.
If you have additional questions regarding the topic being discussed in this
thread, feel free to send those over to our team and we would be happy to
assist you further.
Best
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=
Hi Rukesh,
Thank you for the updates.
Could you provide more details on the concern/issue? Could you provide to our
team the complete request and response logs with request ID so we can check it
further.
Best regards,
Heidi
Google Ads API Team
ref:_00D1U1174p._5004Q2ZIjHH:ref
--
--
=~=~=~=
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 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