According to the AdWords API documentation it should be possible to select image.mediaId and image.name using AdGroupAdService.get().
http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201109-AdGroupAdService However, when I try to select the fields I'm not returned either value. My C# code sample looks as follows: selector.fields = new string[] { "Id", "CreativeApprovalStatus", "Url", "DisplayUrl", "DisapprovalReasons", "TrademarkDisapproved", "Status", "MediaId", "Name" }; *Can I not simply use "MediaId" and "Name" as selector fields for the AdGroupAdService? I have no problems having these fields returned through the MediaService. * -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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