google_ ads_ get_ keyword_ performance
Get keyword-level performance data from keyword_view resource. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.
Get keyword-level performance data from keyword_view resource. Shows quality score, impressions, clicks, cost.
- Source
- Google Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - 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) |
startDate | string | Required | Start date YYYY-MM-DD. |
endDate | string | Required | End date YYYY-MM-DD. |
limit | integer | Optional | Default: 100. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_keyword_performance",
"args": {
"customerId": "<string>",
"startDate": "<string>",
"endDate": "<string>"
}
}
}