Hi, Thanks for reaching out. With regards to your concern about retrieving data, you could query the asset or the ad_group_ad_asset_view resources to pull data at the asset level and you can pull fields from the reports in the "attributed resources”, Please see the below query for example.
SELECT ad_group_ad_asset_view.ad_group_ad,ad_group_ad.ad.app_ad.headlines ,ad_group_ad.ad.app_ad.descriptions,ad_group_ad.ad.app_engagement_ad.videos ad.app_ad.images FROM ad_group_ad_asset_view WHERE segments.date DURING LAST_MONTH Let me know if you have any questions. Thanks, Nirmita Patel Google Ads Team ref:_00D1U1174p._5004Q1zpzAB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4bP1I000000000000000000000000000000000000000000000QAJK7Q00IwDtXiG2QpmIMEn4mzyzOA%40sfdc.net.
