Hi, Thank you for reaching out to the Google Ads API support team.
Yes, the search_term_view provides metrics aggregated by search term at the ad group level. This view does not include Performance Max data. If you are looking for Performance Max search term data, use the campaign_search_term_view instead. Refer to the sample GAQL query below: SELECT search_term_view.search_term, search_term_view.resource_name, segments.search_term_match_type, metrics.clicks, metrics.cost_micros FROM search_term_view WHERE segments.search_term_match_type = 'BROAD' Utilize the Query Builder to create your query and the Query Validator to validate your query. If this is not what you are looking for, please provide us with the uncropped UI screenshot (from your Google Ads account) of the data that you are trying to retrieve via the API. This will be very helpful for us to understand your specific requirements. 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-04 05:14:34Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u5oR7:ref" (ADR-00331815) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/Teo5v000000000000000000000000000000000000000000000T21T8A00_I-h5SdqS02QFni9ylEeSA%40sfdc.net.
