Error Events
Name | Data Source | Description |
---|---|---|
s:event:source | Media SDK | (Required) The source of the error, either player-internal, or the application-level. |
s:event:id | Media SDK | (Required) Error ID, uniquely identifies the error. |
Ad Events
Name | Data Source | Description |
---|---|---|
s:asset:ad_id | AdInfo | (Required) The name of the ad. |
s:asset:ad_sid | Media SDK | (Required) A unique identifier generated by the Media SDK, appended to all ad-related pings. |
s:asset:pod_id | Media SDK | (Required) Pod ID inside the video. This value is computed automatically based on the following formula: MD5(video_id) + "_" + [pod index] |
s:asset:pod_position | AdBreakInfo | (Required) Index of the ad inside the pod (the first ad has index 0, the second ad has index 1, etc.). |
s:asset:resolver | AdBreakInfo | (Required) The ad resolver. |
s:meta:custom_ad_metadata.x | MediaHeartbeat | (Optional) The custom ad metadata. |
Chapter Events
Name | Data Source | Description |
---|---|---|
s:stream:chapter_sid | Media SDK | (Required) The unique identifier associated to the playback instance of the chapter. Note: A chapter can be played multiple times due to seek-back operations performed by the user. |
s:stream:chapter_name | ChapterInfo | (Optional) The chapter’s friendly (i.e., human readable) name. |
s:stream:chapter_id | Media SDK | (Required) The unique ID of the chapter. This value is computed automatically based on the following formula: MD5(video_id) + "_" + chapter_pos |
l:stream:chapter_pos | ChapterInfo | (Required) The chapter’s index in the list of chapters (starting with 1). |
l:stream:chapter_offset | ChapterInfo | (Required) The chapter’s offset (expressed in seconds) inside the main content, excluding ads. |
l:stream:chapter_length | ChapterInfo | (Required) The chapter’s duration (expressed in seconds). |
s:meta:custom_chapter_metadata.x | ChapterInfo | (Optional) Custom chapter metadata. |