Am I skewing my own Analytics data?

Discussion in 'Google' started by Ahab(FXseas), Nov 13, 2008.

  1. #1
    I've been trying to figure this out for a while now.

    For example, the "time on page" measurement. If my website is constantly open in my browser, and say I leave it on a particular page for 10 hours while I go to work, does that artificially increase the "time on page" figure?

    If so, is there any way around it? Ideally, I would like to block all my activity on my site from my stats, but I haven't found a way to do that yet.
     
    Ahab(FXseas), Nov 13, 2008 IP
  2. blackrosezy

    blackrosezy Banned

    Messages:
    116
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #2
    I don't think google will record it in analytic for that long.It is to much for people staying on the same page for 10 hours.Maybe you can put a javascript that will redirect to other website at some period of time.Just my 5 cent ;)
     
    blackrosezy, Nov 13, 2008 IP
  3. freediver

    freediver Peon

    Messages:
    369
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can omit the display of analytics code for the logged in admin user.
     
    freediver, Nov 13, 2008 IP
  4. Ahab(FXseas)

    Ahab(FXseas) Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Where can you do that? I've looked around a lot and couldn't find anything...
     
    Ahab(FXseas), Nov 13, 2008 IP
  5. howard

    howard Well-Known Member

    Messages:
    59
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #5
    You can exclude traffic from the analytics stats based on IP addresses or domain. Have a look at Filter Manager in the Analytics Settings area.

    Howard
     
    howard, Nov 13, 2008 IP
  6. Ahab(FXseas)

    Ahab(FXseas) Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Alright, I think I've almost got it. I'm using a cookie to track my computer and exclude myself, since my IP uses dynamic addresses.

    I'm supposed to include this code in a page:
    <body onLoad="javascript:pageTracker._setVar('test_value');">

    I'm a JS newb, so does this have to be in a particular part of the page (head vs. body) and does it need <script> tags?

    Thanks for the help everyone!

    Edit...apparently a ":" followed by a "p" produces the above smiley...not intentional!
     
    Ahab(FXseas), Nov 13, 2008 IP