Google Ads API Basic Access Request

2023-07-02 Thread Uriel Shashua
Hi Team, We have submitted our API approval request and we still did not get any response. We have a line of customers waiting to start using our new service. Can you kindly help to expedite the process? This is my MCC: 133-634-1292 Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Fetching Google Ads Customer ID and Creating Manager Account Programmatically

2023-07-02 Thread Bipinkumar B Kaniampal
Hello, I'm trying to fetch the Google Ads customer ID programmatically using the Google Ads API. If the customer ID does not exist, I would like to create a new manager account programmatically during login. I am currently using the Google Ads API client library in Python. I would appreciate a

RE: not getting the correct metrics from the api

2023-07-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Emmanuel, Thank you for reaching out to Google Ads API Forum. The problem with this is that we can not retrieve all the ad_group properties from campaign, is there a way to call both ad_group and campaign tables from a single query? >> Please note you cannot join 2 or more resources or repor

Re: having trouble with app install campaign api

2023-07-02 Thread Satheesh M
Hi Team, Kindly let us know the status for the API request Our MCC ID *is 416-781-1162* Regards, Satheesh M On Wed, May 10, 2023 at 3:12 PM Google Ads API Forum Advisor wrote: > Hi, > > Glad to help. Don't hesitate to reach out for any Google Ads API concerns. > > Regards, > [image: Google Lo

Creating and payments profile for each sub account under a manager account through Google Ads API

2023-07-02 Thread Bipinkumar B Kaniampal
Hello, I am currently working with the Google Ads API and I am looking for guidance on how to create payments profiles for sub accounts programmatically. I want to create separate payments profiles for each sub account under a manager account. I have already set up the necessary authentication

RE: store report google ads api

2023-07-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to us. Please note that our team specializes in Google Ads API-related concerns and technical implementations only. Google Ads API: https://developers.google.com/google-ads/api/docs/first-call/overview However, upon checking the GAQL you have provided, I'm afrai

Re: the caller does not have permission error

2023-07-02 Thread Henrik Ravnskjær
Replied to all, so others can see my solution Enabling logging showed me the problem. Code: // Detailed logs. TraceUtilities.Configure(TraceUtilities.DETAILED_REQUEST_LOGS_SOURCE, "D:\\temp\\Google\\detail.log", System.Diagnostics.SourceLevels.All); // Summary logs. Trac