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
- identify method must fired before track method.
- if have registration on website alias method must used instead identify.
Comments
Post a Comment