Esc

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

Connection fields

FieldDescription
Project IDYour Mixpanel project ID.
SA UsernameService account username for authentication.
SA SecretService account secret. Stored in the macOS Keychain.

Schema browser

Once connected, Arris fetches the project metadata and presents it as a singleevents table. Its columns are the union of every event's properties, plus the base columns event, time, and distinct_id. Double-click the table to browse recent events.

Supported SQL commands

CommandNotes
SELECTQuery event data through the REST API, with aggregations. The full project history is queried by default; narrow it with a WHERE filter ontime. A LIMIT is pushed down to the export API so only the requested number of events is fetched.

Unsupported SQL commands

CommandNotes
INSERTMixpanel is a read-only analytics source.
UPDATEMixpanel is a read-only analytics source.
DELETEMixpanel is a read-only analytics source.
CREATE / DROPMixpanel is a read-only analytics source.