The median session duration in seconds during the specified period.
Median session duration is defined by the number that divides a sorted ascending list of durations of all sessions in half (excluding broken sessions). For example, if durations are -1 (broken), 1 sec, 5 sec, 6 sec, then the median session duration is 5 sec.
The session is a time interval during which a user continues to interact with the app.
For mobile apps, the session starts with the launch and stops
when the application goes to the background for more than 30 seconds.
You can change this interval
by configuring the LaunchTimeout
parameter of MyTracker SDK
(see documentation for
iOS,
Android,
Unity,
Flutter).
For web apps, the session starts with a page view and stops when more than 30 minutes have passed since the last view.
MyTracker records information on the occurred session after the user ends or interrupts it and launches a new session.
Median session dur., sec. – Flow metric
Median session dur., sec. CA – Current Attribution metric
Median session dur., sec. LT – LifeTime metric
Median session dur., sec. AT – Attribution Time metric