get_traffic_analytics

Gets website traffic analytics with period-over-period comparison. Returns current and previous period metrics (events, sessions, visitors, pageviews) and trends.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId) — used as the tracking project ID",
      "type": "string"
    },
    "days": {
      "description": "Number of days to analyze (default 7)",
      "type": "integer",
      "default": 7
    }
  },
  "required": [
    "brandId"
  ]
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

BrandKarma

Remote

https://app.getbrandkarma.com/api/mcp/

View product →