Re: Empty Result in GetCampaigns in Google Ads API

2022-04-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
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

Re: Empty Result in GetCampaigns in Google Ads API

2022-04-04 Thread Rukesh Prajapati
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

Re: Empty Result in GetCampaigns in Google Ads API

2022-04-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
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 -- --

Re: Empty Result in GetCampaigns in Google Ads API

2022-04-03 Thread Rukesh Prajapati
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

Empty Result in GetCampaigns in Google Ads API

2022-03-31 Thread Rukesh Prajapati
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