Hi, I’m trying to break down user journeys day by day in Mixpanel. I want to see what percentage of new users complete certain actions on specific days after signup like one action on Day 1 and a different one on Day 2, both tied to when they signed up. Has anyone set this up? Curious if you used funnels, cohorts, or a “days since signup” property to get this working and what approach worked best.
Hi Jhilmil- Julianne from Mixpanel Support here! That sounds like a good use for a Retention report, which allows you to see user engagement over time. 'On' retention would show the specific days that users return. The Retention doc has more information about the report. I'd also recommend tracking a user profile property that represents the day the user signed up. From there, you can create a DATEDIF() custom event property that references the signup date and time of the event. With that setup, the DATEDIF() property will return the time elapsed between a user signing up and tracking the event being analyzed. This gives more flexibility for filtering and breaking down based on the days since the user tracked events. Inline Attachment: image.png Would either of these work for your use case?
