The action play is used to capture the playback of the multimedia file. It should be sent when a file is started automatically or when the user clicks on the play button of the media player.

Make sure that the total play time and any existing media categories are transferred for this action.

Examples of Media Tracking

  • On the website

    wt_sendinfo_media("video_16889", "play", "0", "600", "mg1=sports;mg2=language_EN", "64000", "100", "0");
    JS
  • In the multimedia file

    ExternalInterface.call("wt_sendinfo_media", "video_16889", "play", "0", "600", "mg1=sports;mg2=language_EN", "64000", "100", "0");
    JS
  • Example request for media tracking via Server-to-Server

    http://track.wt-eu02.net/111111111111111/wt?p=414,st&mi=video_16889&mk=play&mt1=0&mt2=600&mg1=sports&mg2=language_EN&bw=64000&vol=100&mut=0&x=1253786695416
    TEXT