BrandKarma

get_traffic_analytics

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

Remote revuo:brandkarma-4084

Other tools also called get_traffic_analytics? See providers with this name

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