Forum Moderators: DixonJones
When computing the length of a visit, does one simply subtract the time for the first access from the time when the last access occured? This does not take into account the time spent viewing the last page loaded.
You could analyse the average time between page views for all visitors on all pages and then call this an average for every person X number of pages visited, although I suspect the landing page has different averages to other pages on the site.
Of course, doing this calculation will dramtically improve the total time people spend on the site - because people visiting three pages with 30 second intervals take up 1 minute in the logs, but the average is 30 seconds to read a page - so potentially all tracking systems are "forgetting the time to read the last page the user reads"... Interesting thought.
Dixon.