Kamala - Society 2007 - Web Design Forums - Find jobs - William Hill Vouchers

PDA

View Full Version : Can bounce time (via back button) and access via bookmark be known?


seashell
Sep 27th 2008, 5:57 am
Two questions:

Is it possible to know how much time someone spent on your homepage until they hit the back button? I realize bounce rate is usually measured by no additional clicks on a site within 30min - it assumes the person left - but is there anyway via javascript to know if a person left via the back button, and how many seconds?


Second, is it possible to know if a person accessed your site via a bookmark they had saved in their browser (for your site) earlier (assuming any cookie has long been deleted) ???

seashell
Sep 27th 2008, 11:57 pm
OK, for the second question, apparently IE looks for the favicon, which is the main way to tell its from a bookmark? Is that sorta close?

seashell
Sep 28th 2008, 9:59 am
And for the first question, if the page was "referred" from a bookmark, the only way to capture that is with a javascript tag in the page?

webbom
Oct 1st 2008, 1:24 pm
A somewhat basic way of checking who came from a bookmark is adding something like this to your bookmark url

http://www.yoursite.com?b

Then you check your referral logs to see how much traffic comes in in that url