google_ads_get_search_terms
Get search term performance from Google Ads to identify queries triggering your ads. Filter by customer, campaign, ad group, date range, or substring to uncover optimization insights.
Instructions
Fetch search term performance from search_term_view or campaign_search_term_insight depending on reportType.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| endDate | Yes | End date YYYY-MM-DD | |
| adGroupId | No | Optional ad group ID filter. Applies directly to search_term_view and via segments.ad_group for insight reports. | |
| startDate | Yes | Start date YYYY-MM-DD | |
| campaignId | No | Optional campaign ID filter | |
| customerId | Yes | Google Ads customer ID (without dashes, e.g., 1234567890) | |
| reportType | No | search_term_view | |
| searchTermContains | No | Optional substring filter for search_term_view |