We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently there is support for alias but not identify. This is needed to correctly identified pre-registered users on new devices.
https://mixpanel.com/help/reference/javascript-full-api-reference#mixpanel.identify
The text was updated successfully, but these errors were encountered:
The serverside implementation doesn't have an idea about which user an action came from. You have to make sure that yourself.
In the browser all the requests will come from the same id, so it's possible to do it there.
Sorry, something went wrong.
Ah I understand now. I was using this as a client side library for webpack. This also explains some of the unusual API calls.
No branches or pull requests
Currently there is support for alias but not identify. This is needed to correctly identified pre-registered users on new devices.
https://mixpanel.com/help/reference/javascript-full-api-reference#mixpanel.identify
The text was updated successfully, but these errors were encountered: