Video tracking

This article describes what data is tracked from videos on your website.

Umbraco Engage gathers video statistics for the following types of videos:

  • HTML5 videos (videos provided via the <video> element)

  • Embedded YouTube videos

Make sure the embed URL contains ?enablejsapi=1 as part of the full URL to enable tracking. The src property of the iframe should be something like: https://www.youtube.com/embed/&lt;CODE&gt;?enablejsapi=1.

The https://www.youtube.com/iframe_api is loaded for this purpose.

  • Embedded Vimeo videos

The https://player.vimeo.com/api/player.js is loaded for this purpose.

Make sure you have installed the Umbraco Engage analytics JavaScript file.

Last updated