This page provides the details associated with a user session depending on a specific entity:
UI  | Description  | 
|---|---|
Session ID  | A unique if that is generated every time any app starts.  | 
Entity  | Information about the entity.  | 
Platform  | Which is the platform that the end user is using to view the content.  | 
View all Metadata  | View all the metadata associated with the session.  | 
Session length  | Total Duration  | 
Start time  | Time before first frame  | 
Buffer time  | Total time spent buffering  | 
Average bitrate  | Quality by bits played  | 
Bitrate shift  | Total shifts in bitrate  | 
Errors  | Number of error events  | 

User session stream events
The user session streamings events are the events that are generated during the session. These events are used to track the user's behavior during the session.
A graph is displayed on the user session page that shows the events that are generated during the session and a detailed information about the event such as:
Event  | Description  | 
|---|---|
PLAYER_READY  | Player is ready to start working. It happens when the video agent is started.  | 
CONTENT_REQUEST  | "Play" button pressed or autoplay activated.  | 
CONTENT_START  | Video just started playing.  | 
CONTENT_END  | Video ended playing.  | 
CONTENT_PAUSE  | Video paused.  | 
CONTENT_RESUME  | Video resumed.  | 
CONTENT_BUFFER_START  | Video started buffering.  | 
CONTENT_BUFFER_END  | Video ended buffering.  | 
CONTENT_ERROR  | Video error happened.  | 
CONTENT_HEARTBEAT  | Sent every 30 seconds between video start and video end.  |