gads_campaign_metrics
ActiveTool of Google_ads
declared in 0.1.0
Get performance metrics for campaigns over a date range. Returns impressions, clicks, cost, conversions, CTR, and CPC. Use to analyze campaign effectiveness or compare performance trends.
Parameters schema
{
"type": "object",
"examples": [
{
"end_date": "2024-01-31",
"start_date": "2024-01-01",
"customer_id": "1234567890"
},
{
"limit": 100,
"end_date": "2024-01-31",
"start_date": "2024-01-01",
"campaign_id": "9876543210",
"customer_id": "1234567890"
}
],
"required": [
"customer_id",
"start_date",
"end_date"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of rows to return (default 50)"
},
"end_date": {
"type": "string",
"description": "End date in YYYY-MM-DD format (e.g., \"2024-01-31\")"
},
"start_date": {
"type": "string",
"description": "Start date in YYYY-MM-DD format (e.g., \"2024-01-01\")"
},
"campaign_id": {
"type": "string",
"description": "Campaign ID to filter (optional, returns all campaigns if omitted)"
},
"customer_id": {
"type": "string",
"description": "Google Ads customer ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Google_ads
https://github.com/pipeworx-io/mcp-google_ads
1/7 registries