Ads API | Refresh token

2024-11-03 Thread Aaryan Sinha
Hello Ads API support, I am getting some issues with getting wrong customers in API response. Earlier I had the refresh token given by my collegue for an application in google console. I used that to make the requests like `listAccissableCustomers` which was giving me the response of our cur

Looking for google ads api refresh token regenrate

2024-03-04 Thread tkraja mdu
Hi, Last few days google ads api return response as { "error": "invalid_grant", "error_description": "Token has been expired or revoked." } So, I need how to regenerate the refresh token and I tried all cases it return 'ACCESS TOKEN' only Please explain how to regenerate the refresh token.

RE: automating google ads api refresh token generation and renewal

2023-12-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. By reviewing your query, I understand that your concern is regarding the refresh token. I would recommend you to refer to these steps on how to Generate tokens. You may refer to the Fetch a refresh token guide for more details.

Automating Google Ads API Refresh Token Generation and Renewal

2023-11-30 Thread Disha Sood
I'm using the Google Ads API to retrieve information from Google Ads campaigns. Initially, I manually generated a new refresh token by following specific steps to obtain an authorization code using a designated Google ID. Subsequently, I sent a CURL request with that code to generate a refresh

Google ads api Refresh Token Life Time

2023-07-18 Thread lin shaohui
Hello, we are advertisers using the VAC MAPIT function. At present, we have encountered a problem. When using the API to upload Appsflyer advertising conversion data to Google Ads, the API refresh token is only valid for a few days. As shown in the figure, can we solve the problem by change the

RE: Google Ads API - Refresh token for Desktop app

2022-10-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jesús, Thank you for raising this concern to the Google Ads API support team. To avoid the refresh token expiring in 7 days please go to the Google API Console and navigate to the OAuth consent screen and then change the publishing status to “In production”. For more information you can chec

Google Ads API - Refresh token for Desktop app

2022-10-17 Thread Jesús María Garrobo Vaca
Hi, I've a desktop app to get the cost of my campaigns. This info is for my internal reports. But I've a problem with my refresh token, because the status of my desktop app is: test (prueba) and the token is valid only for 7 days. I have to renew the token all the weeks... I need a token valid f

RE: Google Ads API - Refresh Token gets denied after 7 days

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nicolas, Here's a list of reasons why a refresh token expires, a very common reason we encounter is a Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7 days. You may rea

Re: Google Ads API - Refresh Token gets denied after 7 days

2022-01-17 Thread Nicolas Gonzales
It look that I need to publish the API and send a video on Youtube. A video explaining what I do exactly. Am I right ? On Monday, 17 January 2022 at 10:10:36 UTC+1 Nicolas Gonzales wrote: > Hi Team > > I am switching to the new Google Ads Api library and get some trouble with > the Refresh Toke

Google Ads API - Refresh Token gets denied after 7 days

2022-01-17 Thread Nicolas Gonzales
Hi Team I am switching to the new Google Ads Api library and get some trouble with the Refresh Token. I am using this code in php : try { $clickConversion = new ClickConversion([ 'conversion_action' => ResourceNames::forConversionAction($customerId, $conversionActionId), 'gclid' => $gclid, 'co

Re: [Google Ads Api] Refresh token returns not found

2021-02-24 Thread Varun Rau
Thanks responded in a private message. :) On Wednesday, February 24, 2021 at 11:36:20 AM UTC-8 adsapiforumadvisor wrote: > Hi Varun, > > Can you confirm if you have created the client ID for a web application? > This is the only type of application that will work for the OAuth > playground. >

Re: [Google Ads Api] Refresh token returns not found

2021-02-24 Thread Google Ads API Forum Advisor Prod
Hi Varun, Can you confirm if you have created the client ID for a web application? This is the only type of application that will work for the OAuth playground. If so, can you please reply privately and provide the exact curl request that you are making? Thanks, Matt Google Ads API Team Matt

Re: [Google Ads Api] Refresh token returns not found

2021-02-24 Thread Varun Rau
Hi Matt! Thanks for the quick response! I was able to get a refresh token using the OAuth playground. Unfortunately, I still receive the same Not Found error. This is the request I'm making: $ curl \ --data "grant_type=refresh_token" \ --data "client_id=MYID.apps.googleusercontent.com" \

RE: [Google Ads Api] Refresh token returns not found

2021-02-24 Thread Google Ads API Forum Advisor Prod
Hi Varun, Thanks for reaching out. Can you please try obtaining the refresh token using the OAuth Playground? Please let us know if you have any issues creating the refresh token using this process. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2DITcQ:ref --

[Google Ads Api] Refresh token returns not found

2021-02-23 Thread Varun Rau
Hi, My goal is to develop against the conversion upload service in Node. Since there is no node client library, I'm using the REST apis. I'm currently stuck trying to get a valid access token from my refresh token. I created a new OAuth 2.0 client id for my project where I have the client id a

Re: Google Ads API Refresh Token Issue

2020-05-11 Thread Google Ads API Forum Advisor Prod
Hi Venkata, Yes, you have to generate the refresh token for Google Ads API as well. You can follow the instructions here for setting up the Python client library. Specifically, the section "Setting up the client library" goes over how to get your refresh token. If you are still having issues, p

Re: Google Ads API Refresh Token Issue

2020-05-09 Thread Venkata Girish P
Hello Mitchell, thanks for the response. I am trying to access Google Ads API Beta and not Adwords API. I would like to access the 'Recommendations' data particularly. Please help me get started. - Do I need to generate refresh tokens e

Re: Google Ads API Refresh token

2016-10-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Could you confirm if you created your credentials using the steps in this guide ? If yes, could you try it again and see if the issue persists? I would first like to confirm whether this is a case of an intermittent issue

Google Ads API Refresh token

2016-10-05 Thread ntdmbot01
When trying to connect with google ads api, a refresh token has to be provided so using the client id and secret i get the url where the code to get the refresh token when i give the code in command line and click on enter after few seconds its throws connection timed out error. Is it due to pr