Google ads api pinned field position

0 views
Skip to first unread message

Pavan Reddy

unread,
Dec 28, 2025, 10:23:18 PM (4 hours ago) Dec 28
to (Deprecated) Google Ads API and AdWords API Forum
Hi, 
Does anyone know how to fetch the headlines' and descriptions'  pinned field positionin RSA (i.e., at which position that particular Headline/Description is being pinned) 
and using this enum to get the pinned field contents..
            "pinned_field_enum": google_ads_client.get_type("ServedAssetFieldTypeEnum").ServedAssetFieldType,

iam using this query to fetch the data :



CONFIDENTIALITY INFORMATION AND DISCLAIMER

This email message and its attachments may contain confidential, proprietary or legally privileged information and is intended solely for the use of the individual or entity to whom it is addressed. If you have erroneously received this message, please delete all copies of it immediately and notify the sender. If you are not the intended recipient of the email message you should not disseminate, distribute or copy this e-mail. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, incomplete or contain viruses and NetElixir accepts no liability for any damage caused by the limitations of the e-mail transmission. Thank you for your cooperation.

Screenshot from 2025-12-29 08-46-06.png

Google Ads API Forum Advisor

unread,
1:23 AM (1 hour ago) 1:23 AM
to adwor...@googlegroups.com

Hi,

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

To fetch the pinned field of headline and description, you can utilize 
ad_group_ad_asset_view.pinned_field. This will provide the HEADLINE_1,2,3 and DESCRIPTION_1, 2 etc.  

You may try the below sample GAQL query :

SELECT ad_group.id, ad_group_ad.ad.id, asset.id, customer.id, campaign.id, ad_group.name, asset.name, asset.type, ad_group_ad_asset_view.performance_label, metrics.impressions, ad_group_ad_asset_view.pinned_field, ad_group_ad.ad.responsive_search_ad.headlines, ad_group_ad.ad.responsive_search_ad.descriptions, ad_group_ad.ad.type FROM ad_group_ad_asset_view WHERE ad_group_ad.ad.type = 'RESPONSIVE_SEARCH_AD' 
Additionally, you can utilize the Query Builder and Query Validator to build and validate your queries. To retrieve Google Ads API entities and reporting data, you can use one of these methods like GoogleAdsService.SearchStream or GoogleAdsService.Search.

If you are not looking for the above, kindly share the uncropped screenshot of the Google Ads UI by highlighting the field you are referring to. 

You can send the details via Reply privately to the author option, or direct private reply to this email.
 
Support through the Google Ads API forum will no longer be provided starting on January 28, 2026. Reach out directly to googleadsa...@google.com for any future technical support issues regarding the Google Ads API.

Thanks,
 
Google Logo Google Ads API Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5
[2025-12-29 06:23:08Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01wnTCK:ref" (ADR-00348405)



Reply all
Reply to author
Forward
0 new messages