google_ads_get_search_terms
Retrieve Google Ads search term performance for a date range, with optional campaign, ad group, and substring filters to analyze query-level 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 |