Hi,
Thank you for reaching out to the Google Ads API support team.
The ad_group_ad.ad.responsive_search_ad.headlines field retrieves the list of text assets for headlines. When the ad serves, the headlines will be selected from this list.
You can use the following query: SELECT ad_group_ad.ad.responsive_search_ad.headlines, metrics.clicks, metrics.impressions FROM ad_group_ad. You can try making a request using the Search or SearchStream by passing the customer Id. Also, you can use Query Builder to create your query and Query Validator to validate your query.
For keywords, please provide the uncropped screenshot of the UI which fields you wanted to retrieve from the API and visibility of Google Ads customer ID.
You can send the details via Reply privately to the author option or direct private reply to this email.
SELECT ad_group_ad.ad.responsive_search_ad.headlines, metrics.clicks, metrics.impressions FROM ad_group_ad
![]() |
Google Ads API Team |