mixpanel_track_event
Track custom events in Mixpanel by providing event name and authentication credentials, enabling user behavior analytics.
Instructions
Track a custom event in Mixpanel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_account_username | Yes | Mixpanel Service Account username | |
| service_account_secret | Yes | Mixpanel Service Account secret | |
| project_id | Yes | Mixpanel project ID | |
| token | Yes | Mixpanel project token (for ingestion) | |
| event | Yes | Event name | |
| distinct_id | No | User distinct ID (default: anonymous) | |
| properties | No | Additional event properties |