Capture Video events
Engage let you track and capture data on how your visitors engage with your videos. The selectors defined should be as close to the actual video in the DOM as possible. But when iframes are used it should be no deeper than the iframe.
Vimeo Supported Video Events
-Event name , -Maps to
play - "Video Played"
pause - "Video Paused"
seeked - "Video Seeked"
seeking - "Video Seeking"
ended - "Video Ended"
error - "Video Error"
bufferstart - "Video Buffer Start"
bufferend - "Video Buffer End"
loaded - "Video Loaded"
qualitychange - "Video Quality Change"
fullscreenchange - "Video Fullscreen Change"
Most of the events include the total duration - played duration - percentage of video watched with each event
Video Error includes these values
YouTube Supported Video Events
"Video Played"
"Video Paused"
"Video Ended"
"Video Buffering"
"Video Cued"
"Video Quality Changed"
"Video Loaded"
Even though the attached events can be controlled on Vimeo , The way YT is currently working we attach all the possible related events
Events on YT Will send back current video duration only
Error codes :
2
– The request contains an invalid parameter value. For example, this error occurs if you specify a video ID that does not have 11 characters, or if the video ID contains invalid characters, such as exclamation points or asterisks.5
– The requested content cannot be played in an HTML5 player or another error related to the HTML5 player has occurred.100
– The video requested was not found. This error occurs when a video has been removed (for any reason) or has been marked as private.101
– The owner of the requested video does not allow it to be played in embedded players.150
– This error is the same as101
. It's just a101
error in disguise!
Last updated