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 [email protected] for any future technical support issues regarding the Google Ads API. Thanks, Google Ads API Team Feedback How was our support today? [2025-12-29 06:23:08Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01wnTCK:ref" (ADR-00348405) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "(Deprecated) 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/mbu0z000000000000000000000000000000000000000000000T80PQL00YHIrp3K3Raazt2MzeIFJ-w%40sfdc.net.
