Re: Account Report for LSA Account (via Google Ads API Integration)

2025-05-30 Thread Google Ads API and AdWords API Forum
using our > Google Ads API integration to fetch Account Report for all Google LSA > Accounts in our LSA MCCs. > > Where can we get the following details for an LSA Account (in our LSA MCCs > using Google Ads API / Google Query Builder / Resource? > > I am using an example LSA A

Account Report for LSA Account (via Google Ads API Integration)

2025-05-30 Thread Ash Tiwari
To Whom This May Concern The Global Product Lead for LSA has advised us that we should be using our Google Ads API integration to fetch Account Report for all Google LSA Accounts in our LSA MCCs. Where can we get the following details for an LSA Account (in our LSA MCCs using Google Ads API

Clarification for Google Ads API Integration

2024-08-06 Thread Oops Tang
Hi Google Ads API Team, We would like know is it possible for we perform the Google Ads Enhanced conversation without pass through Google OAUTH flow. We have a scenario that we are a software solution company that offer a ecommerce solution that allow our customer to integrate their Google Ads

Google Ads API Integration Access No Response - URGENT INQUIRY

2024-08-01 Thread social
Dear Google Ads Support Team, We have submitted two requests regarding the Google Ads API in the past two weeks, but unfortunately, we have not received a response. Here are the details: Token ID1: 1-162736841 Token ID2: 8-316436380 Token ID3: 4-589036539 (submitted on Friday, 26

Google Ads API Integration Error - GRPC Error

2024-04-12 Thread Márcio Duarte
Hi there, I'm trying to integrate with Google Ads API using the available .NET package (Google.Ads.GoogleAds latest version - 19.0.1) on a .NET 8 project. I'm setting up the API out of the samples provided, and currently getting a very generic GRPC error which I'm not able to figure out what i

Urgent Assistance Needed with Concurrency Issue in Google Ads API Integration

2023-12-12 Thread Saad Ahmad
Hi Team, am currently integrating a feature that sends email lists to Google Ads via API in a serverless environment. This function operates without control over concurrency, processing batches of SHA256 hashed email addresses. It checks for the existence of a User List with a given name; if

Google Ads API integration

2023-06-05 Thread Alex Rocha
Hello, We develop an invoice management tool and we want to automatise google ads invoice fetching for our customers. But, by investigating the Google Ads API it's not clear if this is possible. We have an Google App to authenticate our users (OAuth2) but we would need the developer token for

Re: Google Ads API Integration Error

2022-11-28 Thread Zweitze
This is C# / .NET library? Here are my suggestions to improve: GoogleAdsConfig config = new GoogleAdsConfig() { OAuth2Mode = Google.Ads.Gax.Config.OAuth2Flow.APPLICATION, OAuth2ClientId = secrets.ClientId, OAuth2ClientSecret = secrets.Cli

Google Ads API Integration Error

2022-11-28 Thread Rama G
Hi , I am using the following authorization to access Google API GoogleAdsConfig config = new GoogleAdsConfig() { OAuth2Mode = Google.Ads.Gax.Config.OAuth2Flow.APPLICATION, OAuth2ClientId = secrets.ClientId, OAuth2ClientSecret = secrets

RE: Google Ads Api Integration

2021-11-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for raising your concern. I understand that you’ve encountered the error 'invalid_grant'. Can you please try regenerating your OAuth2 credentials along with the refresh token and see if this behavior persists? Please let us know if you continue to see this issue. Reminder: Sh

Re: Google Ads Api Integration

2021-11-08 Thread shahwar afzal
Hi team I am using a client library but i am get the bad request error when api hit the post method for google service Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://oauth2.googleapis.com/token` resulted in a `400 Bad Request` response: { "error": "invalid_g

RE: Google Ads Api Integration

2021-11-07 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shahwar, Thank you for raising your concern to our team. Please see my answer below for each question: 1. How can i do this OAUTH2 process in server side? -Could you confirm if what you are asking is how to set up OAuth2 for API access using web flow? If yes, then you can open this page, expa

Google Ads Api Integration

2021-11-05 Thread shahwar afzal
1. How can i do this OAUTH2 process in server side? 2)By using google api client library. I can do this OAUTH2 process and i can mention the redirect URI. But in google ads we need refresh token. How can i get that? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f