I am trying to setup analytics from login screen to home page(after authentication), to track conversion
Following are the pages and events
- a.
otp_generate_clicked - mixpanel.track()
- b.
otp_verify_clicked - mixpanel.track()
- a.
- b.
user_logged - mixpanel.identify()
How do I track the user in 1a and 1b for the same identity in 2b.
I'm using simplified merge and code in reactjs