Skip to content
New issue

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

Add identify support. #64

Closed
andrewmunro opened this issue Jul 6, 2015 · 2 comments
Closed

Add identify support. #64

andrewmunro opened this issue Jul 6, 2015 · 2 comments

Comments

@andrewmunro
Copy link

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

@freeall
Copy link
Contributor

freeall commented Jul 6, 2015

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.

@andrewmunro
Copy link
Author

Ah I understand now. I was using this as a client side library for webpack. This also explains some of the unusual API calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants