Google Analytics tracks ‘Time On Site’. How would you do that effectively? Does it actually track when the user closes the browser or navigates away?
Thoughts?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can’t be 100% certain of course, but I would guess they use javascript and the onload and onunload events and/or setTimer to communicate with a web service via AJAX. This way they could figure out when users go to or leave a page on your site. Once the browser stops ‘pinging’ the web service, it’s assumed that they left your site.
I’m sure there’s some margin of error involved no matter how you do it, but you could get a pretty decent estimate that way.