Retrieve all the products from the Google Adwords with Conversion details

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

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 my

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 ac

Permission Denied for Customer

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

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 loginCustomerId=

Offline Conversion does not reflect on Adword Dashboard

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