Bounce rate in Google Analytics

Discussion in 'Google Analytics' started by Hersheys, Oct 27, 2008.

  1. eyashwant

    eyashwant Active Member

    Messages:
    885
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    85
    #21
    I don't thing so...
     
    eyashwant, Feb 9, 2009 IP
  2. Zhoog

    Zhoog Peon

    Messages:
    237
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #22
    What don't you think so? That one page visits will cause a 0.00% bounce rate or not?
     
    Zhoog, Feb 11, 2009 IP
  3. webapprater

    webapprater Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    my site has 60% bounce rate, what does it means...
     
    webapprater, Feb 15, 2009 IP
  4. Zhoog

    Zhoog Peon

    Messages:
    237
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #24
    This means that 60% of all your website visitors leave your site without moving to another page.
     
    Zhoog, Feb 18, 2009 IP
  5. Tatvic Analytics

    Tatvic Analytics Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #25
    There could no more than 3 reasons or their combinations for bounce rate being zero

    1. You have one pager site
    2. Apart from pagetracker._trackpageview("") you have pagetracker._trackevents()
    3.Apart from pagetracker._trackpageview("") you have pagetracker._setvar().

    The solution to this is between two pagetracker calls, you should insert this piece of code
    var fakeTracker = _gat._getTracker(”UA-1″);
    fakeTracker._setVar(’anything’);
     
    Tatvic Analytics, Feb 18, 2009 IP