The action pause must be sent when clicking the pause button. In pause mode, no further position actions are sent.

Examples of Media Tracking

  • On the website

    wt_sendinfo_media("video_16889", "pause", "45", "600", "", "64000", "100", "0");
    JS
  • In the multimedia file

    ExternalInterface.call("wt_sendinfo_media", "video_16889", "pause", "45", "600", "", "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=pause&mt1=45&mt2=600&bw=64000&vol=100&mut=0&x=125378669541
    TEXT