google_ ads_ get_ search_ terms
Fetch search term performance from search_term_view or campaign_search_term_insight depending on reportType.
Fetch search term performance from search_term_view or campaign_search_term_insight depending on reportType.
- Source
- Google Ads
- Kind
- Read
- Discovery
- Announced in the tool list
- Account parameter
customerId- Endpoint
- https:/
/ mcp. getmcpads. com/ google-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
customerId | string | Required | Google Ads customer ID (without dashes, e.g., 1234567890) |
reportType | string | Optional | One of: search_term_view, campaign_. Default: "search_. |
startDate | string | Required | Start date YYYY-MM-DD. |
endDate | string | Required | End date YYYY-MM-DD. |
campaignId | string | Optional | Optional campaign ID filter. |
adGroupId | string | Optional | Optional ad group ID filter. Applies directly to search_term_view and via segments.ad_group for insight reports. |
searchTermContains | string | Optional | Optional substring filter for search_term_view. |
limit | integer | Optional | Default: 1000. |
Calling itLink to this section
{
"name": "google_ads_get_search_terms",
"arguments": {
"customerId": "<string>",
"startDate": "<string>",
"endDate": "<string>"
}
}