Maybe I am doing something really stupid, but I am getting a
GOOGLE_ACCOUNT_COOKIE_INVALID error with the following request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/
v201003">
        <soapenv:Header>
                <v20:RequestHeader>
                        <v20:email>my email</v20:email>
                        <v20:password>my password</v20:password>
                        <v20:developerToken>my developer 
token</v20:developerToken>
                        <v20:userAgent>my user agent</v20:userAgent>
                        <v20:clientEmail>client email (from 
MCC)</v20:clientEmail>
                        <v20:authToken>and my auth token</v20:authToken>
                </v20:RequestHeader>
        </soapenv:Header>
        <soapenv:Body>
                <v20:get>
                        <v20:selector>
                                <v20:ids></v20:ids>
                                <v20:campaignStatuses></v20:campaignStatuses>
                        </v20:selector>
                </v20:get>
        </soapenv:Body>
</soapenv:Envelope>

I have triple checked my routine that gets the authToken from
ClientLogin, and am sure that I am grabbing that correctly.

Another nudge in the right direction would be greatly appreciated :)

Mike

On Jun 9, 8:54 am, Reed <r...@powellgenealogy.com> wrote:
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
> envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/
> v201003">
>
> Also need to be sure to use this for the posting of the SOAP 
> request:https://adwords.google.com/api/adwords/cm/v201003/CampaignService

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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