query_funnel_report
Analyze user conversion paths by retrieving funnel data based on a funnel_id. Identify drop-off points and optimize multi-step processes using specified date ranges and parameters. Essential for improving user journey insights.
Instructions
Get data for a funnel based on a funnel_id. Useful for analyzing user conversion paths, identifying drop-off points in user journeys, and optimizing multi-step processes. Funnel IDs should be retrieved using the list_saved_funnels tool.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_date | Yes | The date in yyyy-mm-dd format to begin querying from (inclusive) | |
| funnel_id | Yes | The Mixpanel funnel ID that you wish to get data for | |
| interval | No | The number of days you want each bucket to contain | |
| length | No | The number of units each user has to complete the funnel | |
| length_unit | No | The unit applied to the length parameter | |
| project_id | No | The Mixpanel project ID. Optional since it has a default. | |
| to_date | Yes | The date in yyyy-mm-dd format to query to (inclusive) | |
| unit | No | Alternate way of specifying interval | |
| workspace_id | No | The ID of the workspace if applicable |