@Reed

I appreciate the example, but it doesn't seem to translate well to
v201003.

@Joshua

It's similar if you use the Ruby client library, which I am very
against. I dislike the bulk of the library and I'd rather just make
the request with simple SOAP templates.

@Google, I'd really appreciate a solid SOAP request example for
requesting all campaigns for a client in the new v201003 API.

Best,
Mike

On Jun 7, 8:43 pm, "Joshua J. Kugler" <jos...@eeinternet.com> wrote:
> On Monday 07 June 2010, Reed elucidated thus:
>
>
>
>
>
> > Hope this helps,
> > -reed
>
> >            <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/
> > v200909">
> >               <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>
> >               <soapenv:Body>
> >                  <v20:get>
> >                     <v20:selector>
> >                        <v20:ids></v20:ids>
> >                        <v20:campaignStatuses></v20:campaignStatuses>
> >                     </v20:selector>
> >                  </v20:get>
> >               </soapenv:Body>
> >            </soapenv:Envelope>
>
> I use this in my Python code:
>
> resp = ga.Campaign.get(' ')
>
> And the empty string is translated into an empty selector. Of course,
> that's my API implemented on top of Suds, that's not google's API.  I
> would assume passing an empty selector to the Ruby get() call would
> return all your results.
>
> j
>
> --
> Joshua Kugler
> Part-Time System Admin/Programmerhttp://www.eeinternet.com
> PGP Key:http://pgp.mit.edu/ID 0x73B13B6A

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