Search the Legacy Support Archive (up to v2020)
  1. Read-only archive (2005–2024). Posting is closed. Need help with MediaLab or DirectRT 2027? Email service@empirisoft.com.

    All words · “exact phrase” · -leave out

    Advanced search

Web tracker item time stamped out problem

  1. #1

    Web tracker item time stamped out problem

    I am using the web tracker item to measure the length of time for specific web pages. I found one problem.

    For example, I have 5 files, fmain.htm, f-1.htm, f-2.htm, f-3.htm, and f-4.htm. fmain.htm is the list of films, and f-1, f-2, f-3, and f-4 are film viewing pages. I embedded mov files on each page. Each film clip is 9 min. long. I set duration 20 min (1200 sec).

    Suppose participants watch (i.e., stay) fmain (10 sec), f-1 (540 sec), f-2 (400 sec), and f-3 (500 sec). In this case, MediaLab proceed to next sequence while participants stay at f-3 at the point of 350 sec passed.

    Because participants did not click out of f-3.htm, MediaLab does not time-stamp for the f-3. The file name and the length of f-3 are not recorded. This is a problem because I cannot know whether users watch films at f-3 or at other pages (e.g., f-4).

    How can I make MediaLab recognize the last web page?

  2. #2
    jarvis24 Blair Jarvis, Administrator
    Perhaps by using the timestamp feature on the subsequent item? This would give you a way to calculate the time spent on the final htm page--but would not give you the URL--would that be sufficient or do you also need that URL?

    See timestamp (@) parameter in user's guide or online here:
    http://www.empirisoft.com/medialab/help/queparameters.htm

  3. #3
    Thanks for the help. Yes, I also need that URL. What I need is the duration of stay for specific pages.

  4. #4
    jarvis24 Blair Jarvis, Administrator
    What if you added an auto-redirect after n seconds on the final page, such that it would redirect to some other page indicating that it had been displayed for that period of time. The redirect would be contained in the data file but only if it had been displayed for the full n seconds.
    e.g.,
    <head>
    ...head section stuff (Title, Description,etc.)...
    <meta http-equiv="refresh" content="120;url=pagename.html">
    </head>

  5. #5
    .. the problem is that I don't know which page will be the final pages. fmain.htm is the top level page that list other 4 pages from f_1.htm to f_4.htm. For 30 minutes that I set, users freely browse through these pages. Any of 5 pages can be a final page.