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