Mixpanel
Overview
Mixpanel is a product analytics platform that tracks user interactions with web and mobile applications. It provides event-based analytics, funnels, retention, and cohort analysis. Arris connects to Mixpanel via the Query API to browse event schemas and properties.
Driver
- Crate:
reqwest - Version:
0.13
Connection fields
| Field | Description |
|---|---|
| Project ID | Your Mixpanel project ID. |
| SA Username | Service account username for authentication. |
| SA Secret | Service account secret. Stored in the macOS Keychain. |
Schema browser
Once connected, Arris fetches the project metadata and organizes it into groups.
The schema tree displays the following object types, grouped by category:
- Events — tracked event types
- Event Properties — properties attached to events
Supported SQL commands
| Command | Notes |
|---|---|
SELECT | Query event data through the REST API, with aggregations. |
Unsupported SQL commands
| Command | Notes |
|---|---|
INSERT | Mixpanel is a read-only analytics source. |
UPDATE | Mixpanel is a read-only analytics source. |
DELETE | Mixpanel is a read-only analytics source. |
CREATE / DROP | Mixpanel is a read-only analytics source. |