With media tracking, you can track the use of media streams (depends on your service package). The recorded functions are open, play, pause, and stop (depending on the embedded medium), play duration, bandwidth, volume, and mute setting.

Mapp Intelligence offers you the possibility to track the use of media/videos on your website.

In the following sections, the initialization and Media Actions of Media Tracking are described.

Due to fault prevention, every media session is limited to max 500 requests by the tracking library. Every additional request by this media session won't be sent anymore. Additionally, double requests within 3 seconds won't be sent.

Properties

name

Get the name of the extension.

/**
 * @type {string}
 */
wtSmart.extension.media.name;
JS

version

Get the version of the extension.

/**
 * @type {string}
 */
wtSmart.extension.media.version;
JS