general question about developer token

2022-02-07 Thread Yakov Krasnov
Hi there We are building a tool for our customer which will allow them to upload (not publish) their creatives from our platform to their google ads accounts. Now I'm trying to understand what the developer token is? Should every customer in addition to oauth provide us with this developer tok

Re: Confusion about Developer Token, Test Account and how to make API Calls

2014-07-08 Thread Ray Tsang (AdWords API Team)
Eugene, This seems to be a duplicate post - let's continue the conversion on the other thread. Thanks, Ray On Monday, July 7, 2014 2:23:23 PM UTC-4, eugegim wrote: > > Hey guys, > > I apologize if my question is a bit too obvious, but I can't seem to make > sense of the what needs to be done

Confusion about Developer Token, Test Account and how to make API Calls

2014-07-08 Thread eugegim
Hey guys, I apologize if my question is a bit too obvious, but I can't seem to make sense of the what needs to be done in order to be able to make adwords API calls. Fundamentally, I would like to be able to retrieve information about Adwords data via the API. Here's what I've done so far: 1)

Re: About developer Token

2012-03-13 Thread Anash P. Oommen
As Evan mentioned, run GetCampaigns.java and GetAccountHierarchy.java once to initialize your sandbox account and get the list of accounts. Then use those details to configure your application and make other calls. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 22 February 2012 18:

Re: About developer Token

2012-02-22 Thread ewan
Check out the official examples. There's one called GetAccountHierarchy.javathat should contain what you're looking for. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: About developer Token

2012-02-22 Thread AW Amazon
Hi ewan, i use java to develop and do you have an example about use "ServicedAccountService" to get customer id On Wed, Feb 22, 2012 at 5:06 PM, ewan wrote: > You're using an email for the clientId here, which I don't think works > anymore. You need to use the numeric customer id that can be

Re: About developer Token

2012-02-22 Thread ewan
You're using an email for the clientId here, which I don't think works anymore. You need to use the numeric customer id that can be retrieved via the ServicedAccountService. On Feb 22, 3:29 am, juststartgg wrote: > i use java to develop Google API and i use adword properties file > do i have to s

Re: About developer Token

2012-02-21 Thread juststartgg
i use java to develop Google API and i use adword properties file do i have to specify some special value here in this properties file, except useSandbox=true email=mym...@gmail.com password=mypass clientId=clientid_1+mym...@gmail.com useragent=INSERT_COMPANY_NAME developerToken=mym...@gmail.com++

Re: About developer Token

2012-02-21 Thread David Bonner
You don't need a developer token to use sandbox. See http://code.google.com/apis/adwords/docs/sandbox.html for more details. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-a

About developer Token

2012-02-21 Thread juststartgg
Hi team, i just need to test keyword tool and it need developer token, and i've been submit about last wednesday/thurday ( 5 days) ago, and no reply or get some information yet. please help to suggest me about this, or if i just wanna test with sandbox how can i do with the example code -- =~=~=