The cue point list represents a time-schedule of ad breaks. Note that
individual ads in the ad break are not included in the schedule.
Properties
POSTROLL
static
number
Cue point value representing a postroll.
PREROLL
static
number
Cue point value representing a preroll.
Method
getCuePoints
getCuePoints() returns Array of number
List of time offsets from the beginning of the content at which ad breaks
are scheduled. Preroll and postroll ad break times have special values.
Preroll ad break offset value is represented by
google.ima.AdCuePoints.PREROLL, postroll break by
google.ima.AdCuePoints.POSTROLL.
Returns
non-null Array of number List of time offsets at which the ads are scheduled to play.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["`google.ima.AdCuePoints` provides a schedule for ad breaks within video content, specifying when ads should play."],["Cue points are represented as numerical offsets from the start of the content, with special values (`PREROLL`, `POSTROLL`) for pre-roll and post-roll ads."],["The `getCuePoints` method returns an array of these time offsets, indicating when ad breaks are scheduled."]]],[]]