Mixpanel integration (Data, Marketing). Imported from open-connector.
https://mixpanel.com/api/query/cohorts/list
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
/api/query/funnels/list
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
| workspace_id | string | optional | Identifier accepted by the official Mixpanel API. |
/api/query/funnels
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
| workspace_id | string | optional | Identifier accepted by the official Mixpanel API. |
| funnel_id | string | required | Identifier accepted by the official Mixpanel API. |
| from_date | string | required | Start date for the funnel query. |
| to_date | string | required | End date for the funnel query. |
| length | integer | optional | Maximum number of units each user has to complete the funnel. |
| length_unit | string | optional | Unit used by the length parameter. |
| interval | integer | optional | Number of days to include in each bucket. |
| unit | string | optional | Alternate time unit for bucketing the funnel report. |
| on | string | optional | Optional Mixpanel expression used to segment the funnel report. |
| where | string | optional | Optional Mixpanel expression used to filter funnel events. |
| limit | integer | optional | Maximum number of segmented property values to return. |
/api/query/retention
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
| workspace_id | string | optional | Identifier accepted by the official Mixpanel API. |
| from_date | string | required | Start date for the retention query. |
| to_date | string | required | End date for the retention query. |
| retention_type | string | optional | Type of retention analysis to run. |
| born_event | string | optional | Initial event that defines the entry cohort for birth retention. |
| event | string | optional | Target event to measure retention against. |
| born_where | string | optional | Optional Mixpanel expression used to filter born_event. |
| where | string | optional | Optional Mixpanel expression used to filter retained events. |
| interval | integer | optional | Number of units per returned interval bucket. |
| interval_count | integer | optional | Number of interval buckets to return. |
| unit | string | optional | Interval unit used for the retention query. |
| unbounded_retention | boolean | optional | Whether retention counts should accumulate from right to left. |
| on | string | optional | Optional Mixpanel expression used to segment the retention report. |
| limit | integer | optional | Maximum number of segmented property values to return. |
/api/query/retention/addiction
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
| workspace_id | string | optional | Identifier accepted by the official Mixpanel API. |
| from_date | string | required | Start date for the frequency query. |
| to_date | string | required | End date for the frequency query. |
| unit | string | required | Overall time period to return event frequency for. |
| addiction_unit | string | required | Granularity used inside each frequency bucket. |
| event | string | optional | Optional event name to measure frequency for. |
| where | string | optional | Optional Mixpanel expression used to filter the event. |
| on | string | optional | Optional Mixpanel expression used to segment the frequency report. |
| limit | integer | optional | Maximum number of segmented property values to return. |
/api/query/segmentation/sum
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
| workspace_id | string | optional | Identifier accepted by the official Mixpanel API. |
| event | string | required | Event name to aggregate. |
| from_date | string | required | Start date for the numeric sum query. |
| to_date | string | required | End date for the numeric sum query. |
| on | string | required | Numeric Mixpanel expression to sum per unit time. |
| unit | string | optional | Time unit used for bucketing the numeric sum query. |
| where | string | optional | Optional Mixpanel expression used to filter events before summing. |
/api/query/segmentation/average
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
| workspace_id | string | optional | Identifier accepted by the official Mixpanel API. |
| event | string | required | Event name to aggregate. |
| from_date | string | required | Start date for the numeric average query. |
| to_date | string | required | End date for the numeric average query. |
| on | string | required | Numeric Mixpanel expression to average per unit time. |
| unit | string | optional | Time unit used for bucketing the numeric average query. |
| where | string | optional | Optional Mixpanel expression used to filter events before averaging. |
/api/query/events/top
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
| workspace_id | string | optional | Identifier accepted by the official Mixpanel API. |
| type | string | required | Analysis type used by the top-events query. |
| limit | integer | optional | Maximum number of top events to return. |
/api/query/segmentation
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
| event | string | required | Event name to query in the segmentation report. |
| from_date | string | required | Start date for the segmentation report. |
| to_date | string | required | End date for the segmentation report. |
| on | string | optional | Optional Mixpanel expression used to group or break down the report. |
| unit | string | optional | Optional interval unit accepted by Mixpanel, such as day, hour, or month. |
| type | string | optional | Optional measurement type accepted by Mixpanel, such as general or unique. |
/api/query/insights
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
| workspace_id | string | optional | Identifier accepted by the official Mixpanel API. |
| bookmark_id | string | required | Identifier accepted by the official Mixpanel API. |
/api/query/engage
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
| workspace_id | string | optional | Identifier accepted by the official Mixpanel API. |
| distinct_ids | array | optional | Optional distinct IDs to filter the profile query. |
| where | string | optional | Optional Mixpanel where expression used to filter profiles. |
| output_properties | array | optional | Optional profile properties to include in the response. |
| session_id | string | optional | Pagination session ID returned by a previous Mixpanel profile query. |
| page | integer | optional | Zero-based page number used together with session_id when paginating. |
/api/query/stream/query
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
| workspace_id | string | optional | Identifier accepted by the official Mixpanel API. |
| distinct_ids | array | required | Distinct IDs to fetch activity for. |
| from_date | string | required | Start date for the activity query. |
| to_date | string | required | End date for the activity query. |
/api/2.0/export
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | optional | Identifier accepted by the official Mixpanel API. |
| from_date | string | required | Start date for the raw event export. |
| to_date | string | required | End date for the raw event export. |
| event | array | optional | Optional event names to include in the raw event export. |
| where | string | optional | Optional Mixpanel where expression used to filter exported events. |