Real-Time
Get Real-Time Breakdown
Gets breakdown information for a specific dimension and metric along with the number of concurrent viewers and negative impact score. This API is now deprecated, please use the Get Monitoring Breakdown API.
get/data/v1/realtime/metrics/{REALTIME_METRIC_ID}/breakdown
Path parameters
REALTIME_METRIC_ID'current-concurrent-viewers' | 'current-rebuffering-percentage' | 'exits-before-video-start' | 'playback-failure-percentage' | 'current-average-bitrate' required
ID of the Realtime Metric
Query parameters
dimension'asn' | 'cdn' | 'country' | 'operating_system' | 'player_name' | 'region' | 'stream_type' | 'sub_property_id' | 'video_series' | 'video_title'
Dimension the specified value belongs to
timestampinteger
Timestamp to limit results by. This value must be provided as a unix timestamp. Defaults to the current unix timestamp.
filters[]string[]
Limit the results to rows that match conditions from provided key:value pairs. Must be provided as an array query string parameter.
To exclude rows that match a certain condition, prepend a ! character to the dimension.
Possible filter names are the same as returned by the List Monitoring Dimensions endpoint.
Example:
- filters[]=operating_system:windows&filters[]=!country:US
order_by'negative_impact' | 'value' | 'views' | 'field'
Value to order the results by
order_direction'asc' | 'desc'
Sort order.
Response
OK