aggregated_event_property_values
Retrieve unique, total, or average values for a specific event property over defined time intervals. Analyze data granularity by minute, hour, day, week, or month to gain actionable insights.
Instructions
Get unique, total, or average data for a single event and property over days, weeks, or months
Input Schema
Name | Required | Description | Default |
---|---|---|---|
event | Yes | The event that you wish to get data for (a single event name, not an array) | |
from_date | No | The date in yyyy-mm-dd format to begin querying from (inclusive) | |
interval | No | The number of units to return data for. Specify either interval or from_date and to_date | |
limit | No | The maximum number of values to return (default: 255) | |
name | Yes | The name of the property you would like to get data for | |
project_id | No | The Mixpanel project ID | |
to_date | No | The date in yyyy-mm-dd format to query to (inclusive) | |
type | Yes | The analysis type - general, unique, or average events | |
unit | Yes | The level of granularity of the data (minute, hour, day, week, or month) | |
values | No | The specific property values to get data for, encoded as a JSON array. Example: "["female", "unknown"]" |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from mixpanel
Related Tools
- @dragonkhoi/mixpanel-mcp
- @dragonkhoi/mixpanel-mcp
- @CheMiguel23/MemoryMesh
- @MindscapeHQ/mcp-server-raygun
- @mvilanova/intervals-mcp-server