You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs there should be a way to assign a server URL. For instance, if we have users from the EU we have to set a different URL in order to be GDRP compliant.
As of now, [email protected] seems to miss this feature.
If I am not mistaken, there was a way to do that through the init method that accepted the serverUrl parameter but now there is no such method. There is the initialize method but it doesn't accept any parameters.
So how can I set serverURl?
The text was updated successfully, but these errors were encountered:
By chance were you using or looking at a different SDK? I know that the JS SDK accepts the EU server URL as a init() param. Different SDKs set it differently.
Also please note that a single Mixpanel project exists in only one region (US or EU). If your project is based in the US region (no eu.mixpanel.com in your logged-in project URL), you would need to create a separate project in EU region (can select this in the project creation modal). Then you would also need to update the project token to that of the EU residency project when you detect an EU user. It might make sense to make your entire Mixpanel project EU based if you want to analyze EU and non-EU users together in the same project.
According to the docs there should be a way to assign a server URL. For instance, if we have users from the EU we have to set a different URL in order to be GDRP compliant.
As of now, [email protected] seems to miss this feature.
If I am not mistaken, there was a way to do that through the
init
method that accepted theserverUrl
parameter but now there is no such method. There is theinitialize
method but it doesn't accept any parameters.So how can I set
serverURl
?The text was updated successfully, but these errors were encountered: