kapa.ai I want to see how many users created an account after they have performed some other action in the app outside of the current window, ie 1 session
To see how many users created an account after performing another action in a previous session (i.e., outside the current session window), you would need to analyze user behavior across multiple sessions.Mixpanel’s Funnels and Sessions features allow you to track conversions within a single session by setting the counting method to "Sessions." When you use this method, only actions performed within the same session are counted towards the funnel conversion. If a user performs an action in one session and then creates an account in a subsequent session, this conversion will not be counted in a session-based funnel, as the conversion window is limited to one session only. This is explicitly stated: > If you choose to count Sessions, the conversion window will be limited to one session.
— Session Controls in ReportsIf you want to capture conversions where the initial action and account creation happen in different sessions, you should use the "Uniques" or "Totals" counting methods in your funnel. These methods allow you to define a conversion window (e.g., 7 days, 30 days), so you can track users who performed the initial action and then created an account at any point within that window, regardless of session boundaries: > A converted user is one who triggers the funnel events, in the specified order, within the defined time period. — Funnels QuickstartSummary:
- Use the "Sessions" counting method to restrict conversions to a single session. - Use "Uniques" or "Totals" with an appropriate conversion window to capture users who perform actions across multiple sessions.If you specifically want to analyze users who created an account after a previous action in a different session, you should use "Uniques" or "Totals" and set your conversion window to cover the desired time span. There is no direct way in Mixpanel to filter only for users whose actions spanned multiple sessions, but you can compare session-based and non-session-based funnel results to estimate this behavior.If you need to break down or filter by session properties (e.g., session duration, session event count), you can use the session event properties in your analysis as well.If you need more granular control (e.g., only users who performed the initial action in one session and account creation in the next session), the knowledge sources do not provide a built-in way to do this directly in Mixpanel. You may need to use cohorts or export data for more advanced analysis.Let me know if you need step-by-step instructions for setting up such a funnel!
kapa.ai is still learning and improving, please let me know how I did by reacting below.
ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
