Hello, I have the very same problem. I specify the field 'Settings' in the v201209 AdgroupService Selector, but get no field for it in the response. However, if I specify other field in the Selector (ie. "Name"), it works fine (I get adgroup name).
Here is the XML snippet I sent in: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/v201209"> <soapenv:Header> <v20:RequestHeader> <v20:authToken>XXX</v20:authToken> <v20:clientCustomerId>XXX-XXX-XXXX</v20:clientCustomerId> <v20:developerToken>XXX</v20:developerToken> <v20:userAgent>XXX</v20:userAgent> <v20:validateOnly>false</v20:validateOnly> <v20:partialFailure>false</v20:partialFailure> </v20:RequestHeader> </soapenv:Header> <soapenv:Body> <v20:get> <v20:serviceSelector> <v20:fields>Settings</v20:fields> <v20:predicates> <v20:field>AdGroupId</v20:field> <v20:operator>EQUALS</v20:operator> <v20:values>XXX</v20:values> </v20:predicates> </v20:serviceSelector> </v20:get> </soapenv:Body> </soapenv:Envelope> And the answer is: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201209"> <requestId>0004d4a75eb9ea400ae5230300005608</requestId> <serviceName>AdGroupService</serviceName> <methodName>get</methodName> <operations>1</operations> <responseTime>212</responseTime> <units>1</units> </ResponseHeader> </soap:Header> <soap:Body> <getResponse xmlns="https://adwords.google.com/api/adwords/cm/v201209"> <rval> <totalNumEntries>1</totalNumEntries> <Page.Type>AdGroupPage</Page.Type> <entries> <id>XXX</id> <name>XXX</name> <status>ENABLED</status> <stats> <network>ALL</network> <Stats.Type>Stats</Stats.Type> </stats> </entries> </rval> </getResponse> </soap:Body> </soap:Envelope> Please advise! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.