YouTube Video Tracking Plugin
Plugin Generated Data
window._jts.push({
track: "video", // JENTIS data layer command
provider: "youtube",
start: /* Timestamp when the user started the video. */,
duration: /* Duration of the currently playing video in seconds. */,
currenttime: /* Elapsed playback time in seconds. */,
percent: /* Current playback progress as a percentage. */,
status: /* Current playback status: play, seek, pause, complete. */,
url: /* URL of the video. */,
title: /* Title of the video. */,
id: /* Unique ID of the video. */
}, true);Configuration of the YouTube plugin

Last updated
Was this helpful?

