You're viewing a demo portfolio

Join the waitlist
PRSM

gads_campaign_metrics

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Google_ads

https://github.com/pipeworx-io/mcp-google_ads

1/7 registries
View full server →
gads_campaign_metrics — Google_ads — PRSM MCP