Hi -

I'm new to the AdWords API and I can't seem to get out of the starting
gate.  I'm pretty sure I've got my request formatted correctly, and
I'm using a valid Google ID, but I keep getting the error "The
developer token is invalid."  Can anyone help?

I'm using this endpoint:

https://adwords-sandbox.google.com/api/adwords/v13/AccountService

And the SOAP request is as follows:


<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:v13="https://adwords.google.com/api/adwords/v13";>
   <soapenv:Header>
      <v13:email>[email protected]</v13:email>
      <v13:password>*********</v13:password>
      <v13:useragent>Test1</v13:useragent>
      <v13:developerToken>[email protected]++usd</
v13:developerToken>
   </soapenv:Header>
   <soapenv:Body>
      <v13:getClientAccounts/>
   </soapenv:Body>
</soapenv:Envelope>

And here is the response:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <soapenv:Body>
      <soapenv:Fault>
         <faultcode>soapenv:Server.userException</faultcode>
         <faultstring>The developer token is invalid.</faultstring>
         <detail>
            <ns1:fault xmlns:ns1="https://adwords.google.com/api/
adwords/v13">
               <ns1:code>42</ns1:code>
               <ns1:message>The developer token is invalid.</
ns1:message>
               <ns1:trigger>[email protected]++usd</
ns1:trigger>
            </ns1:fault>
         </detail>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>

Any help would be greatly appreciated.  Thanks.

Devon

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to