Hi, Thank you for reaching out to the Google Ads API support team.
By reviewing your query, I understand that you want to retrieve a list of responsive search ads headlines and descriptions through the Google Ads API. Please use the below sample GAQL query to retrieve the list of responsive search ads details from ad_group_ad resource. SELECT ad_group_ad.ad.responsive_search_ad.headlines, ad_group_ad.ad.responsive_search_ad.descriptions FROM ad_group_ad You can use the search or searchStream methods in making the API calls while retrieving the data. Additionally, you can utilize the Google Ads Query Builder and Query Validator to build and validate the queries for retrieving the data from the Google Ads API. If you are still facing an issue, please provide the uncropped UI screenshot by highlighting the data that you are trying to retrieve along with the Google Ads customer ID for further investigation. You can send the details via Reply privately to the author option, or direct private reply to this email. Thanks, Google Ads API Team Feedback How was our support today? [2025-09-01 12:46:00Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u5aR8:ref" (ADR-00331505) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/546nt000000000000000000000000000000000000000000000T1WU4O00RO0VJa0DTk-4P0YOBpmAxQ%40sfdc.net.
