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
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
Hi,
Thanks for reaching out. With regards to your concern, unfortunately there is no asset reporting in the AdWords API. Asset level reporting is currently only available via the Google Ads API. This AdWords API documentation lists down the only report types which support UAC/App campaigns at the moment. You may follow our blog for updates regarding this topic. I hope this helps.
Let me know if you have any questions.
Thanks,
Nirmita Patel Google Ads Team