Hi Oliver, Refer to the below query to fetch the assets that were attached at the ad level.
SELECT asset.text_asset.text, ad_group_ad_asset_view.asset, ad_group_ad_asset_view.field_type, campaign.id, asset.name FROM ad_group_ad_asset_view The below query retrieves the relevant assets, but without any information about the campaign, and no ability to filter by campaign ID. SELECT asset.name, asset.text_asset.text, asset.type FROM asset WHERE asset.id = <asset id> If you are planning to use the campaign_asset resource, note that as per this guide, there is no corresponding AssetFieldType which consists of (Headlines and Descriptions) for the campaign asset and that's the reason you cannot retrieve campaign-level assets (headlines and descriptions) using the campaign_asset resource via the Google Ads API. I hope this helps. Thanks, Google Ads API Team Feedback How was our support today? [2025-10-29 15:29:58Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01vRoGv:ref" (ADR-00336534) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/FsqQH000000000000000000000000000000000000000000000T4WGDY00CBUgavpeTySDGdvAEDoogg%40sfdc.net.
