⌛Sessions
Ripe gives you insights into how your users use your app, by aggregating product usage data into sessions.
A session is defined as a sequence of events of type IDENTIFY
, TRACK
and PAGE
, for which the start of a sequence either has no previous event or that at least 30 minutes has elapsed since the previous event. The end of a session is defined as there being no event for 30 minutes after the last event in the sequence.
If the lead is online, we also provide a live view of what they are doing in their current session, which is useful if the session has not yet ended.
Last updated