https://ns.adobe.com/xdm/datatypes/qoeDataDetails
Qoe Data details information.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | datatypes/qoedatadetails.schema.json |
{
"xdm:bitrateAverageBucket": "800-899"
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:bitrate | integer |
Optional | Qoe Data details information (this schema) |
xdm:bitrateAverage | number |
Optional | Qoe Data details information (this schema) |
xdm:bitrateAverageBucket | string |
Optional | Qoe Data details information (this schema) |
xdm:bitrateChangeCount | integer |
Optional | Qoe Data details information (this schema) |
xdm:bufferCount | integer |
Optional | Qoe Data details information (this schema) |
xdm:bufferTime | integer |
Optional | Qoe Data details information (this schema) |
xdm:droppedFrames | integer |
Optional | Qoe Data details information (this schema) |
xdm:errorCount | integer |
Optional | Qoe Data details information (this schema) |
xdm:externalErrors | string[] |
Optional | Qoe Data details information (this schema) |
xdm:framesPerSecond | integer |
Optional | Qoe Data details information (this schema) |
xdm:hasBitrateChangeImpactedStreams | boolean |
Optional | Qoe Data details information (this schema) |
xdm:hasBufferImpactedStreams | boolean |
Optional | Qoe Data details information (this schema) |
xdm:hasDroppedFrameImpactedStreams | boolean |
Optional | Qoe Data details information (this schema) |
xdm:hasErrorImpactedStreams | boolean |
Optional | Qoe Data details information (this schema) |
xdm:hasStallImpactedStreams | boolean |
Optional | Qoe Data details information (this schema) |
xdm:isDroppedBeforeStart | boolean |
Optional | Qoe Data details information (this schema) |
xdm:mediaSdkErrors | string[] |
Optional | Qoe Data details information (this schema) |
xdm:playerSdkErrors | string[] |
Optional | Qoe Data details information (this schema) |
xdm:stallCount | integer |
Optional | Qoe Data details information (this schema) |
xdm:stallTime | integer |
Optional | Qoe Data details information (this schema) |
xdm:timeToStart | integer |
Optional | Qoe Data details information (this schema) |
* |
any | Additional | this schema allows additional properties |
The bitrate value (in kbps).
xdm:bitrate
- is optional
- type:
integer
- defined in this schema
integer
The average bitrate (in kbps, integer). This metric is computed as a weighted average of all bitrate values related to the play duration that occurred during a playback session.
xdm:bitrateAverage
- is optional
- type:
number
- defined in this schema
number
The average bitrate (in kbps). The value is predefined buckets at 100kbps intervals. The Average Bitrate is computed as a weighted average of all bitrate values related to the play duration that occurred during a playback session.
xdm:bitrateAverageBucket
- is optional
- type:
string
- defined in this schema
string
The number of bitrate changes. This value is computed as a sum of all bitrate change events that occurred during a playback session.
xdm:bitrateChangeCount
- is optional
- type:
integer
- defined in this schema
integer
The number of buffer events. This metric is computed as a count of the different buffer states that occurred during a playback session. This is a count of how many times the player enters a buffer state from other states, e.g., playing or pausing.
xdm:bufferCount
- is optional
- type:
integer
- defined in this schema
integer
The total amount of time, in seconds, spent buffering. This value is computed as a sum of all buffer events durations that occurred during a playback session.
xdm:bufferTime
- is optional
- type:
integer
- defined in this schema
integer
The number of frames dropped during playback of the main content.
xdm:droppedFrames
- is optional
- type:
integer
- defined in this schema
integer
The number of errors that occurred (Integer). This value is computed as a sum of all error events that occurred during a playback session.
xdm:errorCount
- is optional
- type:
integer
- defined in this schema
integer
The unique error IDs from any external source, e.g., CDN errors. Customers must provide the error codes/ids at implementation time via provided error APIs.
xdm:externalErrors
-
is optional
-
type:
string[]
-
defined in this schema
Array type: string[]
All items must be of the type:
string
The current value of the stream frame-rate (in frames per second). The field is mapped to the fps field on the close call and can be accessed through processing rules.
xdm:framesPerSecond
- is optional
- type:
integer
- defined in this schema
integer
The number of streams in which bitrate changes occurred. This metric is set to true only if at least one bitrate change event occurred during a playback session.
xdm:hasBitrateChangeImpactedStreams
- is optional
- type:
boolean
- defined in this schema
boolean
The number of streams impacted by buffering. This metric is set to true only if at least one buffer event occurred during a playback session.
xdm:hasBufferImpactedStreams
- is optional
- type:
boolean
- defined in this schema
boolean
The number of streams in which frames were dropped. This metric is set to true only if at least one frame was dropped during a playback session.
xdm:hasDroppedFrameImpactedStreams
- is optional
- type:
boolean
- defined in this schema
boolean
The number of streams in which an error event occurred (i.e., trackError was called during the playback session, and a type=error heartbeat call was generated). This metric is set to true only if at least one error occurred during playback.
xdm:hasErrorImpactedStreams
- is optional
- type:
boolean
- defined in this schema
boolean
The number of streams in which a stalled event occurred. This metric is set to true only if at least one stall occurred during playback.
xdm:hasStallImpactedStreams
- is optional
- type:
boolean
- defined in this schema
boolean
The number of times a user quit the video before its start. This metric is set to true only if no content was rendered, regardless of ads.
xdm:isDroppedBeforeStart
- is optional
- type:
boolean
- defined in this schema
boolean
The unique error IDs generated by Media SDK during playback.
xdm:mediaSdkErrors
-
is optional
-
type:
string[]
-
defined in this schema
Array type: string[]
All items must be of the type:
string
The unique error IDs generated by the player SDK. Customers must provide the error codes/ids at implementation time via provided error APIs.
xdm:playerSdkErrors
-
is optional
-
type:
string[]
-
defined in this schema
Array type: string[]
All items must be of the type:
string
The number of times the playback was stalled during a playback session.
xdm:stallCount
- is optional
- type:
integer
- defined in this schema
integer
The total time (seconds; integer) the playback was stalled during a playback session.
xdm:stallTime
- is optional
- type:
integer
- defined in this schema
integer
Describes the duration (in seconds) passed between video load and start.
xdm:timeToStart
- is optional
- type:
integer
- defined in this schema
integer