Querying Campaign-Level HEADLINE/DESCRIPTION

25 views
Skip to first unread message

George Lambrou

unread,
Oct 6, 2025, 5:54:18 PM (8 days ago) Oct 6
to Google Ads API and AdWords API Forum

Hello,

We are trying to retrieve campaign-level text assets, specifically HEADLINE and DESCRIPTION types.

According to the Google Ads Help Center, it is possible to create headlines and descriptions for Responsive Search Ads directly at the campaign level. Based on this, we expect to be able to query these assets via the API.

Our approach has been to query the campaign_asset view. While this query successfully returns other asset types like CALLOUT etc when they are linked to a campaign, it consistently returns zero results for HEADLINE and DESCRIPTION field types, even on accounts where we believe they should exist.

This is the GAQL query we are currently using:

SELECT campaign.name, campaign.status, asset.id, asset.name, asset.type, asset.text_asset.text, asset.callout_asset.callout_text, campaign_asset.field_type, campaign_asset.status FROM campaign_asset 
WHERE campaign_asset.field_type IN ('CALLOUT', 'DESCRIPTION', 'HEADLINE') AND campaign.status = 'ENABLED' AND campaign.primary_status != 'ENDED'

To be perfectly clear, we are specifically asking about text assets linked directly to a campaign, not assets that are part of an ad (like RSA headlines) within an ad group.Screenshot 2025-10-06 at 5.32.47 PM.png

Could you please confirm if campaign_asset is the correct resource to query for these specific campaign-level headlines and descriptions? Is there a different approach required, or are these particular asset links not exposed in the API as we expect?

Any clarification you can provide would be greatly appreciated.

Thank you for your time and help.

George


Notification: This email is from Relevance Digital Agency S.A., 4 Karageorgi Servias Str., 10562 Athens, Greece, tel. +30 210 3210577, GEMI: 12466370100. This message and any attachments hereto are confidential, may contain legally privileged information or/and personal data of the subject, and are intended solely for the use of the individual or entity to whom it is addressed. The contents hereof should not be disclosed to anyone other than the addressee. Unauthorized recipients hereof are requested to maintain this confidentiality and to advise us at our expense of any errors in transmission by sending an email to rele...@relevance.gr and to immediately destroy the received message together with any attachments and any copies thereof. Any unauthorized dissemination or copying of this e-mail or its attachments and any use or disclosure of any information contained therein is strictly prohibited

Google Ads API Forum Advisor

unread,
Oct 7, 2025, 5:12:27 AM (8 days ago) Oct 7
to glam...@relevancedigital.com, adwor...@googlegroups.com
Hi George,

Thank you for reaching out to the Google Ads API support team. 

Based on the information provided, I understand that you are looking for guidance in retrieving the campaign level assets (Headlines and Descriptions) directly attached to the campaign using the campaign_asset report. As per this guide, there are no corresponding AssetFieldType which consists of (Headlines and Descriptions) for the campaign asset and that's the reason you are not able to retrieve the campaign level assets from the campaign_asset report using the Google Ads API. Currently, the assets which are present under this AssetFieldType can be retrieved from the campaign_asset report. 
 

Thanks,
 
Google Logo Google Ads API Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5
[2025-10-07 09:11:33Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u8Q7S:ref" (ADR-00334738)



George Lambrou

unread,
Oct 7, 2025, 6:11:47 AM (8 days ago) Oct 7
to Google Ads API and AdWords API Forum
Hi,

Thank you for your reply!

I understand from your explanation that even though "headlines" and "descriptions" are listed under `campaign_asset.field_type` in the Google Ads API documentation, we are currently unable to retrieve these specific campaign-level assets directly using the `campaign_asset` report. And currently there is no other way.

Screenshot 2025-10-07 at 1.08.56 PM.png
Thanks,

George

Google Ads API Forum Advisor

unread,
Oct 7, 2025, 11:26:37 AM (8 days ago) Oct 7
to glam...@relevancedigital.com, adwor...@googlegroups.com
Hi,

Yes, your understanding is correct the headlines and descriptions are not retrievable even though they are listed under 'campaign_asset.field_type' in the campaign_asset report.

I will check with our team regarding your concern and one of my team members will reach out to you once we have an update on this. Meanwhile, your patience is highly appreciated.
 

Thanks,
 
Google Logo Google Ads API Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5

[2025-10-07 15:25:42Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u8Q7S:ref" (ADR-00334738)



Reply all
Reply to author
Forward
0 new messages