creating a profile with mixpanel to track users not working -


i installed mixpanel yesterday , i'm struggling create new profiles of users. have managed track events , forms, can track when completes registration form, example. don't understand how use identify users?

what think understand documentation here: https://mixpanel.com/help/reference/creating-a-profile need identify users. getting id from?

essentially, want when completes registration form, tracked, identifies them new user , creates profile on mixpanel. how far i've managed in code:

<script type="text/javascript">   mixpanel.track_forms("#register", "created account");   mixpanel.identify() </script> 

obviously, .identify not doing yet. on how make work?

the manual on topic on page: https://mixpanel.com/docs/integration-libraries/using-mixpanel-alias

  1. identify method must fired before track method.
  2. if have registration on website alias method must used instead identify.

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -