The problem was that I wasn't including the "service" argument in the
ClientLogin request. It needed to be set to "adwords".

Thanks for all the help Reed.

Mike

On Jun 9, 11:05 am, Mike Keen <mkeen....@gmail.com> wrote:
> Hey Reed,
>
> I took the emails and the password out, and no luck. Same
> GOOGLE_ACCOUNT_COOKIE_INVALID error. I do check for the captcha token
> response and haven't gotten one yet. I know it's got to be some small
> detail that is causing this, but I can't seem to pinpoint it.
>
> I'll keep digging and report back here if I figure out the issue.
>
> Mike
>
> On Jun 9, 10:58 am, Reed <r...@powellgenealogy.com> wrote:
>
>
>
> > Mike: Too much stuff in your header!  Take out the emails and
> > passwords, in V2009+ you use just the auth token for authentication:
> >                    <soapenv:Header>
> >                       <v20:RequestHeader>
> >                          <v20:authToken>xyzzy</v20:authToken>
> >                          <v20:developerToken>plough</
> > v20:developerToken>
> >                          <v20:userAgent>V2009 Getall Campaigns</
> > v20:userAgent>
> >                       </v20:RequestHeader>
> >                    </soapenv:Header>
>
> > Just send the client email/password to the auth service to get the
> > token, and then use that in the RequestHeader, and you should be good
> > to go.  If you're making lots of API calls for the same client
> > account, then you'll want to do something like have a daily task that
> > gets the current auth token and stores it for you to use in the API
> > calls, otherwise the auth service will start sending back a captcha
> > challange instead of the token if you call it too often.
>
> > Good luck,
> > -reed

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to