Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/privacy/eu-residency.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Visit our [Privacy Hub](https://mixpanel.com/legal/privacy-hub/) to see how we c
By default, Mixpanel stores user data on its US Servers via the Google Cloud Platform. However, Mixpanel also provides you with the option to process and store your customers' personal data in Europe via our [EU Data Residency Program](https://mixpanel.com/legal/eu-data-residency). You can enable this by selecting the "EU Data Residency" option when creating a new project and using our EU subdomain during all API calls.

<Warning>
Important: For new EU projects created on or after August 18, 2025, no data will be ingested into your new EU data residency project unless your SDK is sending data to the EU endpoint. Ensure you are using the EU endpoint in your SDK configuration. For EU Projects created before August 18, 2025, US-to-EU Data Forwarding ends July 2026, please ensure you are using the EU endpoint in your SDK configuration. See [changelog here](/changelogs#deprecation-notice-legacy-us-to-eu-data-forwarding-ends-july-2026-for-eu-projects).
No data will be ingested into your EU Data Residency project unless your implementation sends data to the EU Ingestion URL. Make sure you use the EU Ingestion URL in your SDK/implementation configuration.

For most EU Projects created before August 18, 2025, US-to-EU Data Forwarding ended in July 2026. **Please ensure your implementation is updated to point to Mixpanel’s EU Servers** `api-eu.mixpanel.com`. See [changelog here](https://docs.mixpanel.com/changelogs#2026-02-20).
</Warning>

For existing EU projects created prior to August 18, 2025, we encourage you to update your SDK configuration to use the dedicated EU endpoint. This is a best practice that ensures your project is correctly aligned with its data residency.
Expand Down