The eof action must be sent at the end of a multimedia file and is used to close a media session. The current time ("mt1") and the total playing time ("mt2") are always identical for this action.

Examples of Media Tracking

  • On the website

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

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