Fires when an ad break will not play back any ads.
AD_BREAK_READY
Fires when an ad rule or a VMAP ad break would have played if autoPlayAdBreaks
is false.
AD_BUFFERING
Fires when the ad has stalled playback to buffer.
AD_CAN_PLAY
Fires when the ad is ready to play without buffering, either at the beginning
of the ad or after buffering completes.
AD_METADATA
Fires when an ads list is loaded.
AD_PROGRESS
Fires when the ad's current time value changes. Calling getAdData() on
this event will return an AdProgressData object.
ALL_ADS_COMPLETED
Fires when the ads manager is done playing all the valid ads in the ads
response, or when the response doesn't return any valid ads.
CLICK
Fires when the ad is clicked.
COMPLETE
Fires when the ad completes playing.
CONTENT_PAUSE_REQUESTED
Fires when content should be paused. This usually happens right before an ad
is about to cover the content.
CONTENT_RESUME_REQUESTED
Fires when content should be resumed. This usually happens when an ad finishes
or collapses.
DURATION_CHANGE
Fires when the ad's duration changes.
FIRST_QUARTILE
Fires when the ad playhead crosses first quartile.
IMPRESSION
Fires when the impression URL has been pinged.
INTERACTION
Fires when an ad triggers the interaction callback. Ad interactions contain an
interaction ID string in the ad data.
LINEAR_CHANGED
Fires when the displayed ad changes from linear to nonlinear, or the reverse.
LOADED
Fires when ad data is available.
LOG
Fires when a non-fatal error is encountered. The user need not take any action
since the SDK will continue with the same or next ad playback depending on the
error situation.
MIDPOINT
Fires when the ad playhead crosses midpoint.
PAUSED
Fires when the ad is paused.
RESUMED
Fires when the ad is resumed.
SKIPPABLE_STATE_CHANGED
Fires when the displayed ads skippable state is changed.
SKIPPED
Fires when the ad is skipped by the user.
STARTED
Fires when the ad starts playing.
THIRD_QUARTILE
Fires when the ad playhead crosses third quartile.
USER_CLOSE
Fires when the ad is closed by the user.
VIDEO_CLICKED
Fires when the non-clickthrough portion of a video ad is clicked.
[[["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 2025-01-17 UTC."],[],[]]