mixpanel
by dragonkhoi
Verified
custom_jql
Run a custom JQL (JSON Query Language) script against your Mixpanel data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
params | No | A JSON string containing parameters to pass to the script (will be available as the 'params' variable) | |
project_id | No | The Mixpanel project ID | |
script | Yes | The JQL script to run (JavaScript code that uses Mixpanel's JQL functions) | |
workspace_id | No | The ID of the workspace if applicable |