The stop action ends a media session because pressing the stop button resets the movie to the beginning.

If a video is terminated by the stop action, the play action must be sent when the play button is pressed again to start a new media session.

Make sure that the parameter "mt1" (current playing time) contains the time of the "stop" action and not the time 0 at which it is reset.

Examples of Media Tracking

  • On the website

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

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