Google Ads API Request

2025-01-02 Thread Aman S
Hi Team, It has been almost 3 weeks since I requested for Google Ads API. Just wanted to check if there is anyway to expedite the approval process. My Google Ads ID is 3397725096. I had recently received an email enquiring the use-case for which I need the API. I had clarified I would be using

Re: reqeust for update on google ads api request

2024-12-09 Thread Badr
Everyone has the same problem and every "product experts" suggests posting here, the link you send in all your answers yields no results. I've been waiting for two months now MCC 7264167725 Case ID: 3-131637660 On Monday, December 2, 2024 at 6:32:45 PM UTC+1 Google Ads API Forum Advisor wr

Reqeust for update on Google Ads API request

2024-12-02 Thread Kevin
Dear Google Ads API Compliance Team, I would like to request for an updated regarding my application for Basic Access for my API Key, it has passed the 3 days promise from the website, and would like to know if there is anything I could provide to see if there is anything could be done to help

Re: google ads api request

2023-12-11 Thread Scott Glasgow
Hello, We do not have a case ID. Regards, On Monday, December 11, 2023 at 1:15:11 PM UTC-6 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > After reviewing your concern, I understand that you have applied for basic > access an

Google Ads API Request

2023-12-11 Thread Scott Glasgow
Hello, We have submitted the Google Ads developer API request form for basic access several weeks ago but we have not yet heard back. Our Google Ads Manager Account (MCC) ID is 585-931-9362, and our company's website is https://fresho.dev. Kindly let us know if there's anything else you need f

RE: internal server error. (500) in response to Google Ads API request

2022-07-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Daria, Thank you for raising this concern to the Google Ads API Forum. It appears that you have encountered an internal error. This error occurs when something unexpected happened while processing the request and the API isn't functioning correctly due to a bug. However, this is transient in

internal server error. (500) in response to Google Ads API request

2022-07-21 Thread Daria Golubkova
We have received the new Dev token for App Conversion Tracking and Remarketing API, created Link ID associated with our mobile game and set up an url request to google ads server. Our goal is to create a new conversion label for our UA campaigns. Our request managed to reach the google ads se

Re: Mock Google Ads API request

2022-03-17 Thread Javier Val
Thank you both very much for your answers. For our unit tests we will rely on the Google Ads .NET client package sources, as Zweitze suggests. And for our integration tests I think using test accounts and validate_only is a very good solution. Thanks for your help. Regards El jueves, 17 de ma

Re: Mock Google Ads API request

2022-03-16 Thread Zweitze
Take a look at the Google Ads .NET client package sources. These sources have themselves unit tests, and some utilities - for instance, mock an error. https://github.com/googleads/google-ads-dotnet On Wednesday, March 16, 2022 at 3:02:01 PM UTC+1 Javier Val wrote: > Hello everyone, > > When i

Mock Google Ads API request

2022-03-16 Thread Javier Val
Hello everyone, When implementing our integration tests, there is a number of cases when we don't want to send real API requests. Instead we only want to imitate such sending. We are using the Google Ads .NET client, do you know a way to mock this behavior? Any tool, package or implementatio

Google Ads API/ request ids

2022-03-14 Thread 'Николай Чумичев' via Google Ads API and AdWords API Forum
Hello, colleagues I use package rgoogleads for R, function googleads_report. *googleads_report <- gads_get_report( resource= "campaign", fields = c("segments.date", "campaign.name", "campaign.status", "metrics.impressions",

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential with Google Ads API request

2018-10-11 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Anirudh, Looks like there is one more thread created for the same issue. To avoid confusion lets continue the discussion on that thread . Regards, Sai Teja, AdWords API Team. O

Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential with Google Ads API request

2018-10-11 Thread anirudh maddy
Here is my code in Node Js var newAcessToken = getGoogleAccessToken(refresh_token); var bearerToken = 'Bearer '+ newAcessToken; var url = 'https://googleads.googleapis.com/v0/customers/XX