I have a short script that I use to pull all adgroup info, including
bids, each night for all clients.  This one has not yet been
convereted to use one of the client libraries.  I cannot come up with
a selector that includes a field for bidding info that does not get an
API error

Here is an example:

 <soapenv:Body>
    <v20:get>
       <v20:serviceSelector>
       <v20:fields>Id</v20:fields>
       <v20:fields>Name</v20:fields>
        <v20:fields>CampaignId</v20:fields>
        <v20:fields>Status</v20:fields>
        <v20:fields>AdGroupBids</v20:fields>
        <v20:predicates>
             <v20:field>CampaignId</v20:field>
             <v20:operator>IN</v20:operator>
             <v20:values>xxxx</v20:values>
          </v20:predicates>
       </v20:serviceSelector>
    </v20:get>
 </soapenv:Body>

I've tried "bids" "Bids" "adGroupBids" "AdGroupBids" and all give me
an error
"SelectorError.INVALID_FIELD_NAME"

If I remove that field from the selector, everything works fine - but
of course I don't get all of the info I need.  None of the code
examples for the libraries show how to get back anything other than
the adgroup ID and Name.  What does the selector need to look like to
get the bidding info?  What about the rest of the adgroup info?

thanks,
-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