How to set up Mixpanel
Authentication
Mixpanel requires service account credentials:- Log in to your Mixpanel account
- Navigate to Settings → Project Settings → Service Accounts
- Create a new service account or use an existing one
-
Gather the following credentials:
- Username: Service account username
- Secret Key: Service account secret
- Project ID: Your Mixpanel project ID (found in Project Settings)
- Enter these credentials in Cargo when connecting
Mixpanel data models
Fetch events
Pull product analytics events from Mixpanel into Cargo. Configuration:- From date: Start date for fetching events
- Incremental sync: Only fetches new events since the last sync
- Minimum interval: 12 hours between syncs
- Trigger workflows based on product usage patterns
- Identify highly engaged users for sales outreach
- Build lead scoring models using product analytics
- Create segments based on feature adoption
Event data
Mixpanel events typically include:| Field | Description |
|---|---|
| event | Event name |
| distinct_id | User identifier |
| time | Event timestamp |
| properties | Custom event properties |
Best practices
- Use consistent
distinct_idvalues that map to your CRM contacts - Define key activation and engagement events in Mixpanel
- Set appropriate sync intervals based on your workflow needs
- Combine Mixpanel data with enrichment data for complete lead profiles

