Media Tracking
    • 1 Minute to read
    • Dark
      Light

    Media Tracking

    • Dark
      Light

    Article summary

    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;

    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.


    Was this article helpful?

    What's Next