BrandKarma

get_analytics_timeline

Gets brand analytics over time — one data point per monitoring run. Shows how sentiment, share of voice, and rankings change over time.

Remote revuo:brandkarma-4084

Other tools also called get_analytics_timeline? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId)",
      "type": "string"
    },
    "type": {
      "description": "Filter by query type",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "industry": {
      "description": "Filter by industry",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "aspect": {
      "description": "Filter by aspect",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "llmProvider": {
      "description": "Filter by LLM provider name",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "startDate": {
      "description": "Start date (ISO 8601)",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "endDate": {
      "description": "End date (ISO 8601)",
      "type": [
        "string",
        "null"
      ],
      "default": null
    }
  },
  "required": [
    "brandId"
  ]
}