Live Stream Analytics - Viewers
Get viewer analytics for an event
Info
Required scopes: stream.read
Warning
This method requires authentication
Retrieve viewer analytics for a specific event, both as a combined total and broken down per channel.
- total — aggregated viewer metrics across all channels for the event.
- byChannel — the same metrics keyed by channel id, with one entry per channel the event streamed to.
Each section reports:
- mean — average concurrent viewers.
- max — peak concurrent viewers.
- viewsTotal — total number of views.
- peakTime — Unix timestamp (seconds) when peak viewers was reached.
- watchedTime — total watched time in seconds.
- viewersPerMinute — time series of concurrent viewers, one point per minute (
timestampin seconds).
Path Parameters:
Response
Info
Returns 404 when the event has no analytics — for example, an event that never received an incoming stream.