Re: crm enhanced conversion integration with google ads

2025-01-20 Thread santosh reddy
Hi Team Thank you for your response I do have couple of other questions 1. To upload only offline conversion API , do we need to setup test manager and test accounts? we are not creating campaigns etc using google ads API ,we are using only for upload offline conversion through our CRM 2. can

How do we remove API access?

2025-01-20 Thread Khalid Saleh
We are working with a client who has given access to their account to a previous agency. We noticed that the previous agency is making changes to the account via API access. How do we remove that access? When I navigate to admin > Access and security - I do not see any way to control API acces

Re: facing problem with customer id

2025-01-20 Thread Mr. Rahman
I'm using a developer token from a account where I have never run ads. Also that google account is not an MCC account Is there any chance that I'm getting this error for this ? Cause I have followed exactly the community package. Also if you can provide the list of curl where I need to authorize

Error while location targeting

2025-01-20 Thread Usama Shaikh
Hi, I have followed your location targeting documentation reference, but I am facing issue. https://developers.google.com/google-ads/api/docs/targeting/location-targeting Remember: I'm using v18. *Below is my code:* def set_campaign_locations(client, customer_id, campaign_resource_name, count

Re: facing problem with customer id

2025-01-20 Thread Mr. Rahman
{ "emoji": "🙏", "version": 1 }

Re: Client's API applications got rejected

2025-01-20 Thread Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Since the access requests are handled by the Google Ads API Compliance team, I would recommend you reaching out to the Google Ads API Compliance team as they are be

Request for Assistance in Adding More Than 20 Ad Accounts to My Google Ads Manager Account

2025-01-20 Thread 'Panorama MDI' via Google Ads API and AdWords API Forum
Dear Google Ads Support Team, I hope this message finds you well. I am reaching out for assistance with a specific issue regarding my Google Ads Manager Account. Currently, I am encountering a limitation that prevents me from adding more than 20 ad accounts to my manager account (Manager acc

RE: facing problem with discovery ad

2025-01-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alaa, Thank you for reaching out to the Google Ads API support team. Please be informed that I have removed your response from the forums as it contains the PII information. I understand that you are encountering the field error 'REQUIRED' when trying to create a responsive display ad via t

Facing problem with customer Id

2025-01-20 Thread Mr. Rahman
exports.googleAdsAccountCallback = asyncHandler(async (req, res) => { try { const { code, state } = req.query; const { userId, organizationId } = JSON.parse(state); const { tokens } = await oAuth2Client.getToken(code); oAuth2Client.setCredentials(tokens); const oauth2 = google.oauth2({ version: '

Linking to Manager Accounts

2025-01-20 Thread Kirtan Pawar
We were implementing linking the Manager Account to the Client account (LinkingToManagerAccount ) I already have one Test manager account (M1) and a Test client account (C1) under the M1. So to Implemen