You can now run Session Analytics on Warehouse Native data, as long as you are also logging events with the Statsig SDK. This is a new capability for Warehouse Native and does not replace any existing session analytics workflows.
Analyze user sessions directly in Warehouse Native
Use Metric Drilldown charts to answer session questions like:
How many daily sessions are occurring?
What is the median (p50) session duration?
How does session duration vary by browser, device, or other properties?
A session is defined as a period of user activity followed by at least 30 minutes of inactivity. Session Analytics uses a special statsig::session_end event, which includes a property for session duration in seconds. You can use this event in Metric Drilldown charts to slice, group, and compare session metrics.
This is supported only for customers who:
Use Warehouse Native
Log events with the Statsig SDK (so statsig::session_end is available)
Run session-level metrics alongside your warehouse-native metrics without needing a separate session pipeline
Measure engagement using session counts and duration with the same segmentation and breakdowns you already use in Metric Drilldown charts
If you are already on Warehouse Native and logging with the SDK, you can start using Session Analytics right away.