Can bounce time (via back button) and access via bookmark be known?

Discussion in 'Traffic Analysis' started by seashell, Sep 27, 2008.

  1. #1
    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 27, 2008 IP
  2. seashell

    seashell Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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 27, 2008 IP
  3. seashell

    seashell Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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?
     
    seashell, Sep 28, 2008 IP
  4. webbom

    webbom Well-Known Member

    Messages:
    971
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    170
    #4
    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
     
    webbom, Oct 1, 2008 IP