Skip to content

Make Mixpanel.alias() send synchronously, regardless of the consumer configuration #7

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

Closed
joeatwork opened this issue Jul 19, 2013 · 1 comment
Assignees

Comments

@joeatwork
Copy link
Contributor

Aliases only take affect after the alias message is received by Mixpanel, which means in asynchronous or time-shifted cases if events or updates associated with a newly created alias arrive before the alias itself, they could be attributed to the wrong user. Change the python library to always send the messages associated with alias immediately when alias() is called.

@ghost ghost assigned joeatwork Jul 19, 2013
@orienwu orienwu assigned orienwu and unassigned joeatwork Jun 16, 2014
@orienwu
Copy link

orienwu commented Jun 17, 2014

78bdbe2

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

No branches or pull requests

2 participants