generating refresh token

2024-04-12 Thread ofir sabag
I'm attempting to connect to the Google Ads API using a C# library, but I'm struggling to understand how to generate an OAuth2 refresh token. I've read the documentation, which suggests using oauth2l, but I haven't been able to install it on my computer. Is there an alternative method to

RE: Error while generating refresh token - in Production mode

2022-12-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vamshi, Thank you for reaching out to the Google Ads API support team. Please note that as per this guide, 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. As

Error while generating refresh token - in Production mode

2022-12-22 Thread Vamshi Merugu
Hi Team , We are planning to send conversion data to post to google by using *enhanced conversions * . For this purpose, for authentication, we are using Oath2 flow for desktop/ web application to generate

Re: Generating refresh token

2022-05-11 Thread Katherine Martin
Hi Carmela, Thank you for that. I understand it references refresh tokens, however I am struggling to follow it and need additional help. Is there someone from support who I can have a call with? On the documentation it says: ' The authorization sequence begins when your application redirects

Re: Generating refresh token

2022-05-10 Thread Katherine Martin
Hi Adsapi, It seems that you have sent me the same documentation again, is there anywhere I can go for actual steps on how to do it / anyone I can talk to for help? Best, Kitty On Tuesday, 10 May 2022 at 15:39:28 UTC+1 adsapi wrote: > Hi Katherine, > > Thanks for getting back to us. > > For

Re: Generating refresh token

2022-05-10 Thread Katherine Martin
Hi Adsapi, Thanks for the quick reply. I have read the documentation however I don't think it specifically includes information on the actual process of generating the refresh token. Could I please have assistance in doing it. Thanks, Katherine On Tuesday, 10 May 2022 at 07:10:24 UTC+1

Generating refresh token

2022-05-09 Thread Katherine Martin
Hi all, I am attempting to connect to the google ads api (using a javascript library) - however I don't understand how to generate the refresh token. This is the only documentation I can find however I still don't understand how to do it after reading it.

Generating refresh token

2022-05-09 Thread Katherine Martin
Hi all, I am attempting to connect to the google ads api (using a javascript library) - however I don't understand how to generate the refresh token. This is the only documentation I can find however I still don't understand how to do it after reading it. Thanks in advance. Kitty -- --

RE: PHP - Getting redirect_uri_mismatch error while generating refresh token.

2019-02-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Pavan, The redirect_uri_mismatch error usually occurs when the wrong type of credentials used in the program and the redirect_uri is not matching with the one specified in the API console for web application type. You could refer this guide

Re: invalid grant when generating refresh token

2015-03-31 Thread Mark
I have no affiliation with google. Just a fellow user like you. In my experience there are 2 cases where the refresh doesn't work: 1. When you exchange their code with non-empty scopes as a parameter. Make sure to leave this blank (not sure which client library you're using) and only include

Re: invalid grant when generating refresh token

2015-03-30 Thread Josh Radcliff (AdWords API Team)
Hi, Have you tried this multiple times? I ask because one possibility is that when you copied the authorization code from the browser, it's possible that you didn't copy the complete code. Another suggestion would be to try getting another refresh token for a different account to see if it

Re: invalid grant when generating refresh token

2015-03-30 Thread Sean Gottschalk
Hi Josh, I've had the client re-generate the code 3 or 4 times and have received the same invalid grant response each time. The interesting thing is that I can generate the code using my personal google account (not related to any adwords accounts) against the client's adwords customer id

invalid grant when generating refresh token

2015-03-27 Thread Sean Gottschalk
Hello, I'm trying to create a refresh token for a client using my adwords developer credentials but when I enter the generated code I get a 400 invalid grant error from the adwords API. I logged into my developer console on my MCC account and verified that I have the following OAuth

Re: Generating Refresh Token Automatically (Windows Service Application)

2013-11-12 Thread Anash P. Oommen (AdWords API Team)
Hi Bikram, There are couple of ways by which you can do this depending on how your business works. IMO the 4th option is probably what you need. 1. If you are managing the entire client account on your own without involving the end user in any manner at any stage, then it might as well make

Re: Generating Refresh Token Automatically (Windows Service Application)

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi Bikram, How exactly do you add a client to your system today? Do you ask for their email / password and store it locally, or ask them to invite one of your logins to manage the account, and use that account's username/password to make calls? Cheers, Anash P. Oommen, AdWords API Advisor.

Re: Generating Refresh Token Automatically (Windows Service Application)

2013-11-08 Thread Bikram Bhuyan
Hi Anash, Thanks for your reply. Actually it will be a brand new integration we are doing with AdWords API. So I am looking for the best possible way to implement. So your suggestion and any other tips will be highly helpful as we are currently working on a POC how to implement it in the right

Generating Refresh Token Automatically (Windows Service Application)

2013-11-07 Thread Bikram Bhuyan
Hello, I have tested the sample application for our MCC account and everything is working fine (All the basic API calls). But our requirement is little different. We have a windows service which will be accessing the AdWords accounts for our different clients. So no way their accounts will be