Chapter skip
The chapter skip event signals that the viewer skipped a chapter before it finished. Send it when the viewer navigates past the chapter boundary without watching it to completion. Send Chapter complete if the chapter plays to its end.
- Prerequisites: Session start, Chapter start
- Associated metric: None
Recommended implementation types
Web SDK
Call sendEvent with eventType: "media.chapterSkip":
| code language-javascript |
|---|
|
iOS
Call trackEvent with the ChapterSkip event type.
| code language-swift |
|---|
|
Android
Call trackEvent with the ChapterSkip event type.
| code language-kotlin |
|---|
|
Roku
Call sendMediaEvent with eventType: "media.chapterSkip":
| code language-brightscript |
|---|
|
Media Edge API
Call the chapterSkip endpoint:
| code language-sh |
|---|
|
Legacy implementation types (Analytics-only)
Media SDK JS 3.x
Call trackEvent with the ChapterSkip event type:
| code language-javascript |
|---|
|
Chromecast
Call trackEvent with the ChapterSkip event type:
| code language-javascript |
|---|
|
Media Collection API
Send a chapterSkip POST to the events endpoint:
| code language-json |
|---|
|
recommendation-more-help
media-analytics-help