get the search terms of a broad term

10 views
Skip to first unread message

Anton Goldberg

unread,
Sep 3, 2025, 6:27:49 PM (2 days ago) Sep 3
to Google Ads API and AdWords API Forum
Hello,
I am searching for a query in order to get the list of search terms used by google per broad term.
I know there is a view called search term view, but I dont find how I can link it to the broad terms.

Thank you for your help


Google Ads API Forum Advisor

unread,
Sep 4, 2025, 1:15:36 AM (24 hours ago) Sep 4
to anton...@gmail.com, adwor...@googlegroups.com
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 Logo Google Ads API Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5
[2025-09-04 05:14:34Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u5oR7:ref" (ADR-00331815)



Reply all
Reply to author
Forward
0 new messages