Hi, Thank you for contacting the Google Ads API support team.
Upon reviewing your concern, I understand that you want to retrieve search term insights for Performance Max campaigns using the Google Ads API. Please note that this feature is currently not available in the Google Ads API. However, I will raise a feature request for this feature to be available in the Google Ads API. I cannot provide a scheduled timeline for the availability of these two features. So, I would recommend you to please follow our release notes and blog post for further updates on this feature. However, please note that you can retrieve the search terms for a individual PERFOMANCE_MAX campaign using campaign_search_term_insight report by specifying the campaign Id and the campaign insight Id. Kindly refer to the following GAQL query in order to retrieve the search terms of a single PMax campaign. SELECT campaign_search_term_insight.id, campaign_search_term_insight.campaign_id, segments.search_term, campaign_search_term_insight.resource_name, metrics.clicks FROM campaign_search_term_insight WHERE segments.date DURING LAST_7_DAYS AND campaign_search_term_insight.campaign_id = 'XXXXXXXXX' AND campaign_search_term_insight.id = 'XXXXXXXXX' 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. I hope this clarifies your concern. Feel free to reach out for any further concerns/ queries. Thanks, Google Ads API Team Feedback How was our support today? [2025-07-10 11:35:13Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02rzHLQ:ref" (ADR-00224131) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/CjtGI000000000000000000000000000000000000000000000SZ6LIP00tqBUkAhpR26YJP4xUEZfwQ%40sfdc.net.
