Can we create session duration reports? For example, we'd like to see how average session duration changes over time.
Completed
Feb 9, 2026
You can do that today.
The session_end event has a duration field. To create a report for it you can do:
1. Select: session_end
2. "All events" should be changed to "Average of property"
3. Select event property "duration"
4. Optional: You can add formula do change the unit from ms to secons by doing "A/1000".
You can do that today. The session_end event has a duration field. To create a report for it you can do: 1. Select: session_end 2. "All events" should be changed to "Average of property" 3. Select event property "duration" 4. Optional: You can add formula do change the unit from ms to secons by doing "A/1000".