Skip to content

Instantly share code, notes, and snippets.

@bmcorser
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmcorser/7f29266e8424d09543f4 to your computer and use it in GitHub Desktop.
Save bmcorser/7f29266e8424d09543f4 to your computer and use it in GitHub Desktop.
// user lands
mixpanel.track('<event name>', {})
// user registers
mixpanel.alias('<user email>')
mixpanel.people.set({
// ...
})
mixpanel.identify('<user email>') // flush to mixpanel
// subsequent authentication
mixpanel.identify('<user email>')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment