mixpanel
by dragonkhoi
Verified
query_segmentation_sum
Sum a numeric expression for events over time
Input Schema
Name | Required | Description | Default |
---|---|---|---|
event | Yes | The event that you wish to get data for (single event name, not an array) | |
from_date | Yes | The date in yyyy-mm-dd format to begin querying from (inclusive) | |
on | Yes | The expression to sum per unit time (should result in a numeric value) | |
project_id | No | The Mixpanel project ID | |
to_date | Yes | The date in yyyy-mm-dd format to query to (inclusive) | |
unit | No | Time bucket size: 'hour' or 'day'. Default is 'day' | |
where | No | An expression to filter events by | |
workspace_id | No | The ID of the workspace if applicable |