Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Your tracking code is correctly deployed, so there shouldn't be any reason for double counting.</p> <p>You can verify the number of times the visit has been registered by looking at the net panel in firebug or in Google Chrome's developer tools. I've run through the implementation on your site and it seems to only be declaring one pageview per page load. </p> <h3>Here are some instructions on how to check this for yourself.</h3> <p>If you have the net panel loaded when the page loads, it shows you every http request the browser makes. Google Analytics tracks pageviews by making a http request for the file _utm.gif from the server www.google-analytics.com. It records the various bits of data it transfers back as parameters on this image request.</p> <p>Here's a request made from your website:</p> <blockquote> <p><code>http://www.google-analytics.com/__utm.gif?utmwv=5.3.3&amp;utms=2&amp;utmn=988228308&amp;utmhn=www.super-average.com&amp;utmcs=UTF-8&amp;utmsr=1280x1024&amp;utmvp=1264x292&amp;utmsc=32-bit&amp;utmul=en-gb&amp;utmje=1&amp;utmfl=11.3%20r300&amp;utmdt=%3A%20Super%20Average&amp;utmhid=1247225166&amp;utmr=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F11509254%2Fgoogle-analytics-appears-to-be-showing-twice-as-much&amp;utmp=%2F&amp;utmac=UA-33137300-1&amp;utmcc=__utma%3D15652916.287814062.1342537195.1342537195.1342537195.1%3B%2B__utmz%3D15652916.1342537195.1.1.utmcsr%3Dstackoverflow.com%7Cutmccn%3D(referral)%7Cutmcmd%3Dreferral%7Cutmcct%3D%2Fquestions%2F11509254%2Fgoogle-analytics-appears-to-be-showing-twice-as-much%3B&amp;utmu=q~</code></p> </blockquote> <p>Whilst that's a little complex to break down and read manually, the net panel can also be used to show you the parameters of the request in a readable form. Here's what it says for your site:</p> <pre><code>utmwv:5.3.3 utms:5 utmn:693086318 utmhn:www.super-average.com utmcs:UTF-8 utmsr:1280x1024 utmvp:1264x292 utmsc:32-bit utmul:en-gb utmje:1 utmfl:11.3 r300 utmdt:Super Average - Just another WordPress site: Super Average utmhid:126380308 utmr:http://stackoverflow.com/questions/11509254/google-analytics-appears-to-be-showing-twice-as-much utmp:/ utmac:UA-33137300-1 utmcc:__utma=15652916.287814062.1342537195.1342537195.1342539325.2;+__utmz=15652916.1342539325.2.2.utmcsr=stackoverflow.com|utmccn=(referral)|utmcmd=referral|utmcct=/questions/11509254/google-analytics-appears-to-be-showing-twice-as-much; utmu:q~ </code></pre> <p>Those various utm variables are declaring different bits of information about the visit being tracked. You can find a full list and explanation for them at <a href="http://www.lunametrics.com/blog/2011/10/04/utmgif-request-parameters/" rel="noreferrer">this blog post</a>.</p> <p>In this case it's only really important to see that there's only one instance of utmcc, the account string; which means that the request has only been sent once, to that one account.</p> <h3>Reasons why you might be seeing double counting.</h3> <p>You've listed two reasons why you think you might be seeing double counting.</p> <p>One is that you're seeing twice as many pageviews as unique visitors. Unless you're seeing exactly twice as many pageviews as you have unique visitors that shouldn't be a problem. If a person comes to your site multiple times within the date range you've set for the report in Google Analytics, they'll only be counted as one unique visitor, but every time they come back, they'll generate an additional pageview. They'll also generate an additional pageview if they refresh the page, still without counting as a new visitor - unique or otherwise.</p> <p>You should always expect to see many more pageviews on your site than you have unique visitors. If you want to know more about the various metrics in web analytics (visits, visitors, pageviews, etc) you can find their official definitions from the <a href="http://www.digitalanalyticsassociation.org/?page=standards" rel="noreferrer">digital analytics associations's standards page</a>.</p> <p>The second reason you thought you might be seeing duplicate visits is your 0% bounce rate. Unfortunately I don't have any clear idea what's causing that. Google Analytics considers a visit as a bounce if it doesn't generate at least two calls to the www.google-analytics.com server. In a simple implementation like this, the only things that generate calls to the google server are page loads and people interacting with videos. Since your homepage is definitely only creating one server call, and doesn't have any videos it should definitely be tracking at least some bounces, if any exist. </p> <p>If your traffic is very low, it is possible that every visit you've had so far has consisted of at least two page loads (and thus at least two server calls), but if you're seeing significant traffic, then you should expect to see at least a few bounces with the tracking set up the way you have done.</p> <p>EDIT: I've had to strip all the hyperlinks and screenshots out of this answer in order to get through the spam-filter. Since it's my first Stack Overflow answer I'm not permitted to use multiple hyperlinks, or to link pictures.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload