With Media Tracking, you can measure how visitors interact with your media.
You can capture:
Player actions such as play, pause, stop, seek
Playback information such as play duration or completed views
Technical settings such as bandwidth, volume, or mute
This page describes the SmartPixel Media Tracking extension, including initialization, API methods, and media actions.
Find details about media metrics and their dependencies on the following page: Media Tracking – Metrics and Dependencies.
Limits
Each media session is limited to 500 requests. Additional requests are ignored.
Duplicate events within 3 seconds are also ignored.
name
Get the name of the extension.
/**
* @type {string}
*/
wtSmart.extension.media.name;version
Get the version of the extension.
/**
* @type {string}
*/
wtSmart.extension.media.version;Code Generator
Use the code generator to create individual code that you can then integrate directly into the website.