Hi there!
I’m implementing MixPanel on my SaaS and trying to figure out how this things work ;) I’m implementing by an hybrid of JS and PHP.
When a user signs up [registered via PHP], the previous and after events [via JS] such as “Location Viewed” don’t merge. This way I dont have a unified view on the user journey. Please any idea on how make it happen?
This is how Im sending the events:

This is the current output I get:

Thanks a lot for the help!