The average session duration in seconds during the specified period.
Avg. session dur. = total duration of all sessions / number of sessions (rounded down).
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.
Avg. session dur., sec – Flow metric
Avg. session dur., sec CA – Current Attribution metric
Avg. session dur., sec LT – LifeTime metric
Avg. session dur., sec AT – Attribution Time metric