Proxy setup for EU data residency
Hi
We are trying to setup a Mixpanel proxy and have EU data residency on our projects - do we need to make any adjustments to the proxy_pass config?
Thanks!
Looks like api-eu.mixpanel.com should be used instead of api.mixpanel.com according to https://help.mixpanel.com/hc/en-us/articles/360039135652-Data-Residency-in-EU
But there is no domain decide-eu.mixpanel.com. As far as I'm able to conclude from https://github.com/mixpanel/mixpanel-js/issues/118, /decide is also supported by api.mixpanel.com, and therefore also api-eu.mixpanel.com? However, the /decide endpoint was added to the proxy config a long time after this issue was closed, so it's a bit confusing.
@oyvindwe sorry for the late reply here.
the endpoint you can use here: https://api-eu.mixpanel.com/decide
however, /decide is deprecated (used to power A/B testing deployments which mixpanel no longer supports) and clients should not really be hitting that endpoint anymore.