Video Interaction Tracking
Video Interaction Tracking
Tracking Command
Example Push
window._jts.push({
track: "video",
provider: "youtube",
start: 1655213044474,
duration: 42,
currenttime: 24,
percent: 100,
status: "play",
url: "https://example.com/video-page",
title: "My Video",
id: "123"
}, true);Properties for video
videoName
Description
Type
Mandatory
Example
When to Use Video Tracking
Last updated
Was this helpful?