Hi,
Our website has a sign up flow - I want to analyze the behaviour of users who have dropped out of the sign up flow but come back and visit the site later.
Is there a way to identify users who have left the website and come back after day? For example, a time delay/window to identify users. I’m trying to answer the follow questions:
- How many times do these users come back and visit the website?
- Where on the website do these users visit when they come back?
Please let me there’s any other ways I can grab/analyze those questions. I’m relatively new on Mixpanel so any and all help would be greatly appreciated.
Thank you!
Best answer by Peishan
Hi Nathalie,
Answer 1: Here’s a possible cohort you could create with a time delay:

This shows you on a rolling basis, the users who came to look at the sign up page on day 1, did not complete the flow, but came back a day later.
Answer 2: I don’t have access to your report, but is url or page title a property of the page load event you’re tracking? If so, you can expand the page load event by that property to see the detail. I’d recommend using page titles rather than URL since those can get messy especially if you have a lot of events with UTM tags (the cardinality would be too high).
Answer 3: You’d like to see the total number of times a user visited the site after dropping out… Ok one way to see this would be to create an Insights report to show the average number of “All Events” done, broken down by the cohort above.