Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8245317
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T22:08:18+00:00 2026-06-07T22:08:18+00:00

I just launched a website powered by WordPress. I put the Google Analytics tracking

  • 0

I just launched a website powered by WordPress. I put the Google Analytics tracking code in my header, but for some reason it appears as if each visit might be double firing. I am getting things like a 0% bounce rate, and twice as many “pageviews” as “unique visitors.”

http://www.super-average.com

Has anyone had experience with this and know what might be the problem? I’ve dug through the site and can’t see why there might be a double instance. I also have webmaster tools installed, but that shouldn’t cause a problem I would think.

Any help would be greatly appreciated, I’d be happy to paste any code that would be useful as well.

UPDATE: Sorry, header code is here. Though I just copied this from the GA site:

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33137300-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T22:08:21+00:00Added an answer on June 7, 2026 at 10:08 pm

    Your tracking code is correctly deployed, so there shouldn’t be any reason for double counting.

    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.

    Here are some instructions on how to check this for yourself.

    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 http://www.google-analytics.com. It records the various bits of data it transfers back as parameters on this image request.

    Here’s a request made from your website:

    http://www.google-analytics.com/__utm.gif?utmwv=5.3.3&utms=2&utmn=988228308&utmhn=www.super-average.com&utmcs=UTF-8&utmsr=1280x1024&utmvp=1264x292&utmsc=32-bit&utmul=en-gb&utmje=1&utmfl=11.3%20r300&utmdt=%3A%20Super%20Average&utmhid=1247225166&utmr=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F11509254%2Fgoogle-analytics-appears-to-be-showing-twice-as-much&utmp=%2F&utmac=UA-33137300-1&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&utmu=q~

    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:

    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~
    

    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 this blog post.

    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.

    Reasons why you might be seeing double counting.

    You’ve listed two reasons why you think you might be seeing double counting.

    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.

    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 digital analytics associations’s standards page.

    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 http://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.

    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.

    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.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok, this is the deal. I just launched a website working on Wordpress where
I've just launched a small application i've been working on. Nothing major, but something
I have been working on this site for some time and just launched it
I just launched my test website in Windows Azure this weekend with a single
A client of mine wants to put some videos on their website. In the
A website I just launched for a client is not rendering properly in Internet
I just launched my first MVC3 application and everything works fine except cookies authorisation.
Just checking my JS and I have an error, but I cannot see where.
just wondering if there is a way to reduce the amount of code needed
Just playing around with Wordpress / Contact Form 7 . Is it possible to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.