AdWords API Re: Developer token returning 'application pending' despite MCC saying 'valid' please advise

2010-03-08 Thread AdWords API Advisor
Hi Christopher, The application token is no longer required when using the API, and new signups for the API are not given an application token. However, since you applied for an application token before this change, and your application token wasn't approved yet, and you were passing it with your

AdWords API Re: Developer token returning 'application pending' despite MCC saying 'valid' please advise

2010-03-05 Thread Dhammiko
Eric, Thanks for replying.Here is the entirety of the SOAP response, I'm not seeing a requestID in it. I downloaded the perl code I'm using to access your API directly from the repository and replaced the variables with my login name and password, developer token and application token.

AdWords API Re: Developer token returning 'application pending' despite MCC saying 'valid' please advise

2010-03-04 Thread AdWords API Advisor
Hi Christopher, Do you have the requestId for a request that demonstrates this behavior? I can use that to look up further information about your account. Best, - Eric On Mar 3, 1:23 pm, Dhammiko wrote: > Hello all, I have a question about my API developer key. > > When I log into the adwords

AdWords API Re: Developer token approval

2010-02-26 Thread AdWords API Advisor
Hi Ido, A company is only permitted to have one developer token. That token can be used across all of your MCC accounts. Best, - Eric Koleda, AdWords API Team On Feb 25, 10:43 am, Idoshilon wrote: > Hi, > > Is there any way to accelerate token and application approval > process ? > we alreday

AdWords API Re: developer token

2010-02-02 Thread AdWords API Advisor
Hi Ajit, All new developer accounts must be reviewed before a token is issued and approved, and this process may take up to two weeks. You can check on the status of your token by logging in to your MCC account and navigating to "My Account" -> "AdWords API Center". Best, - Eric Koleda, AdWords

AdWords API Re: Developer Token

2010-01-29 Thread AdWords API Advisor
Hi, The developer token application process may take up to two weeks to complete. Best, - Eric Koleda, AdWords API Team On Jan 28, 12:46 pm, blueyesmax2 wrote: > hi all, > i subscrived to API ADWORDS API but i didn't receive any developers > token so i can't proceed with my services... > how lo

AdWords API Re: "developer token is invalid" error with existing, approved, valid developer token...?

2010-01-20 Thread AdWords API Advisor
Hi, Can you provide me with more details? Do you have the request ID from one of these failed requests? Best, - Eric Koleda, AdWords API Team On Jan 16, 5:13 am, ipsita rout wrote: > "developer token is invalid" error with existing, approved, valid > developer token...? > I use php language. >

AdWords API Re: Developer Token and Application Token

2009-11-17 Thread AdWords API Advisor
Hi, You can sign up as a AdWords API developer here: https://adwords.google.com/select/ApiWelcome. After you fill out the forms your information will be reviewed, which may take up to two weeks. If you are approved to use the API you will receive an email and with information on how to find your

AdWords API Re: developer token is invalid

2009-09-08 Thread bemahesh
Thanks On Sep 8, 1:42 pm, AdWords API Advisor wrote: > Hi Bemahash, > > The developerToken and clientEmail headers have a very specific format > in the sandbox > environment:http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbo > Please ensure you have formatted your develop

AdWords API Re: developer token is invalid

2009-09-08 Thread AdWords API Advisor
Hi Bemahash, The developerToken and clientEmail headers have a very specific format in the sandbox environment: http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders. Please ensure you have formatted your developerToken correctly. Best, - Eric Koleda, AdWords

AdWords API Re: Developer Token Format

2009-03-13 Thread AdWords API Advisor
Hello Gloradin, The Developer token used in the Sandbox environment is u...@domain.com ++CUR. No one has to register for this token in advance and get approval to use it, but it can only be used for requests made in the Sandbox. The Developer token used in the Production environment is a 22 ch

AdWords API Re: Developer token is invalid

2009-02-20 Thread Gnomish Inventor
I have found a previous posting that will give me more things to try. If you are using the sandbox do not use your real developer and application tokens, instead follow the instructions here: http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html I am going to give this a t

AdWords API Re: "developer token is invalid" error with existing, approved, valid developer token...?

2009-01-14 Thread purdue512
Nevermind Jeff... Our bad! Hope I got this posted before you wasted any time looking at it. On Jan 14, 4:31 pm, purdue512 wrote: > Hi again Jeff. > > We are also getting a response of: > > faultstring: The developer token is invalid. > > for a call to the CriterionService using updateCriteria

AdWords API Re: "developer token is invalid" error with existing, approved, valid developer token...?

2009-01-14 Thread purdue512
Hi again Jeff. We are also getting a response of: faultstring: The developer token is invalid. for a call to the CriterionService using updateCriteria. Two things are odd: 1) This exact code works in the Sandbox. 2) The headers we are using work in Prod for pulling back Campaigns, Adgroups an

AdWords API Re: "developer token is invalid" error with existing, approved, valid developer token...?

2009-01-05 Thread AdWords API Advisor
Hello Dustin, Could you uncomment the # SOAP::Lite->import(+trace => 'debug'); line in the sample code to turn on SOAP logging, and then let me know the value of the requestId SOAP response header associated with that SOAP fault? I should be able to determine what you're passing in as the De