Connecting
In the dashboard, open Connectors, find Mixpanel and press Connect. The key you enter is checked against Mixpanel before anything is saved, so a key that is refused never becomes a connection that fails later.What you will need
Getting the credential
- Log in to Mixpanel
- Go to Project Settings → Access Keys
- Copy your Project Token (for event tracking)
- Create a Service Account in Project Settings → Service Accounts
- Copy the API Secret (for data queries)
Notes
- Mixpanel separates ingestion from querying: a project token sends events, a service account reads them. If queries return nothing while tracking works, the service account is the missing half.
- EU projects live on a different host; a key that works in the dashboard can still 401 here for that reason.