Hi Sean, As per documentation, you can only retrieve AdGroupAd's <https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupAdService.AdGroupAd> information such as the Status <https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupAdService.AdGroupAd#status> at the AdGroupAd level via the AdGroupAdService <https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupAdService> and not on the Campaign or AdGroup level.
You may refer to this sample implementation <https://developers.google.com/adwords/api/docs/samples/java/basic-operations#get-expanded-text-ads> to retrieve AdGroupAds with type EXPANDED_TEXT_AD for a particular AdGroup by specifying the AdGroupId <https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupAdService.AdGroupAd#adgroupid>. In essence, using the AdGroupAdService, you can retrieve enabled Ads in an AdGroup's perspective but for a particular AdGroupId. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ba6ea6ba-ea6b-4e3f-8375-5bbcb97f8a9e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
