Mixpanel Migration Guide
Switching from Mixpanel to Statsig is a smart move for teams seeking a unified platform that combines analytics, experimentation, and feature flagging. This all-in-one approach empowers faster, more informed decisions without data silos. Migrating Mixpanel data into Statsig usually involves three steps: export, transform, and ingest. This guide provides the essentials. For anything beyond these basics, please contact us. Note: We will only cover importing raw events into Statsig. We don’t support importing user/group profiles, dashboards, reports, etc. Once your raw events are in the Statsig project, you can re-create your critical dashboards here.Step 1. Export your data from Mixpanel
Mixpanel offers a few different export methods. Pick the one that matches your data size and setup: 1. CSV Export Export small batches of events as CSV via the Events tab → query events → click “Export” button. 2. Export API Use Mixpanel’s Raw Event Export API to pull JSONL data:- Limit: Export one day’s data at a time for optimal performance
- Format: JSONL where each line is a valid JSON object
- S3 ingestion: Shard your Mixpanel data into 1 day’s data per directory for Statsig
- Scale gradually: After small tests, backfill in chunks to manage loads
- Future tracking: After historical import, switch Mixpanel code calls to Statsig SDKs