Re: Using adwords api using oauth2.0

2013-10-09 Thread David Torres (AdWords API Team)
On Friday, October 4, 2013 2:41:56 AM UTC-4, Andrei Kavaleu wrote: > > Hi David, > > >> The developer token tell us which application is making the call. > Just to clarify: the dev token is a token from AdWords API Center in a MCC > account, isn't it? Not the one from my application API access p

Re: Using adwords api using oauth2.0

2013-10-03 Thread Andrei Kavaleu
Hi David, >> The developer token tell us which application is making the call. Just to clarify: the dev token is a token from AdWords API Center in a MCC account, isn't it? Not the one from my application API access page. Right? so to access AdWords API I need to provide credentials of my app (c

Re: Using adwords api using oauth2.0

2013-10-02 Thread David Torres (AdWords API Team)
Hi, You'll need a separate access token per account as you mentioned and a single developer token. Each access token tell us which account (account1, account2, ...) are you authorized to access. The developer token tell us which application is making the call. Best, - David Torres - AdWords

Using adwords api using oauth2.0

2013-09-26 Thread Bilal Nasir
Hi, I am creating an application where I want to download campaign performance reports of different adwords accounts of different users. I have studied that I have to get access token from oauth server and then that token will be sent along with the request to the adwords api. I need to know w