Hi, To select information for a particular type of ad in your Ad Performance Report, you can filter <https://developers.google.com/adwords/api/docs/guides/uireports#filters> on the field AdType <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#adtype>. For example, to filter for dynamic search ads, you can apply a filter as follows:
AdType = DYNAMIC_SEARCH_AD Please note that you would have to add relevant fields to your selector to be able to retrieve all information about your ad type. For example, if you are trying to filter on all image ads in your account, you might want to include the field ImageAdUrl <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#imageadurl> to your selector. Not sure if you need help with AdGroupAdService, but you can use AdGroupAdService to get information (except metrics) for your ads as well. For that purpose, you can use AdGroupAdService.get <https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201702-AdGroupAdService> to retrieve relevant fields. Similar to the reports, please filter on the field AdType <https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupAdService.Ad#type> to retrieve information for a particular type of ad. Please revert if you have additional questions or concerns. Regards, Vishal, 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/04d5f296-983a-4669-97ba-c094e244c472%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
