Error Events

NameData SourceDescription
s:event:sourceMedia SDK(Required)

The source of the error, either player-internal, or the application-level.
s:event:idMedia SDK(Required)

Error ID, uniquely identifies the error.

Ad Events

NameData SourceDescription
s:asset:ad_idAdInfo(Required)

The name of the ad.
s:asset:ad_sidMedia SDK(Required)

A unique identifier generated by the Media SDK, appended to all ad-related pings.
s:asset:pod_idMedia 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_positionAdBreakInfo(Required)

Index of the ad inside the pod (the first ad has index 0, the second ad has index 1, etc.).
s:asset:resolverAdBreakInfo(Required)

The ad resolver.
s:meta:custom_ad_metadata.xMediaHeartbeat(Optional)

The custom ad metadata.

Chapter Events

NameData SourceDescription
s:stream:chapter_sidMedia 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_nameChapterInfo(Optional)

The chapter’s friendly (i.e., human readable) name.
s:stream:chapter_idMedia 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_posChapterInfo(Required)

The chapter’s index in the list of chapters (starting with 1).
l:stream:chapter_offsetChapterInfo(Required)

The chapter’s offset (expressed in seconds) inside the main content, excluding ads.
l:stream:chapter_lengthChapterInfo(Required)

The chapter’s duration (expressed in seconds).
s:meta:custom_chapter_metadata.xChapterInfo(Optional)

Custom chapter metadata.