Overview
Mixpanel believes in respecting and protecting people’s fundamental online privacy and data rights, which is why we’ve built Mixpanel’s analysis tools in compliance with industry best practices and global data regulations like India’s DPDPA. Visit our Privacy Hub to see how we comply with various privacy guidelines.If you would like access to the India Data Center, reach out to your Mixpanel account manager or contact us here.
Storing Your Data in India
Mixpanel provides you with the option to process and store your customers’ personal data in India via our India Data Residency Program. You can enable this by selecting the “India Data Residency” option when creating a new project and using our India subdomain during all API calls.| API | Standard Server | India Residency Server |
|---|---|---|
| Ingestion API | api.mixpanel.com | api-in.mixpanel.com |
| Query API | mixpanel.com/api | in.mixpanel.com/api |
| Raw Data Export API | data.mixpanel.com/api/2.0/export | data-in.mixpanel.com/api/2.0/export |
| Data Pipelines API | data.mixpanel.com/api/2.0/nessie | data-in.mixpanel.com/api/2.0/nessie |
| Lexicon Schemas API | mixpanel.com/api/app/projects | in.mixpanel.com/api/app/projects |
Using Our SDKs
Next, you’ll need to set the server location to India when initializing the Mixpanel library. This is required for all SDKs. No data will be ingested to your India data residency project unless your SDK is sending data to the India endpoint. You can find instructions for the required config settings for each SDK below:Log in via SSO
If you want the IdP initiated flow to direct to in.mixpanel.com, prepend the “in.” subdomain to your postback URL. For example,mixpanel.com/security/login/1 would need to be changed to in.mixpanel.com/security/login/1.