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 8042383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T04:33:35+00:00 2026-06-05T04:33:35+00:00

We are using Google Analytics for our site that has huge traffic. We are

  • 0

We are using Google Analytics for our site that has huge traffic. We are in trouble with some interesting -and surely not good- changes in stats since last 50 days(started on April 13). Bounce rates has doubled, our “time on site” value decreased about 5 minutes and unique visitor counts unexpectedly increased very high. In addition, our pageview stats has no change. We are investigating cause of this issue for several days. We know, these symptomps shows us there is a problem about user sessions. We are loosing user’s analytics sessions on somewhere on our site. We got a tip:

We noticed that, our search page has 2.5x more value for “landing page” since 50 days. We are using _trackEvent method for tracking some user interactions on our search page. When we followed the utmb cookie of google analytics(that, as we know, it stores user session for analytics), we noticed that, when we track an event, utmb cookie value changes.

So, the question is, is it normal to tracking events changes to utmb cookie? May this problem be the reason we live in?

UPDATE

We are using ga.js as self-hosted on our servers. Our tracking code is so simple:

_gaq.push(['_setAccount', 'UA-235XXX-1']);
_gaq.push(['_setDomainName', '.ourdomain.com']);
_gaq.push(['_setAllowHash', false]);
_gaq.push(['_trackPageview']);

UPDATE 2

We removed setAllowHash parameter and started to host ga.js on google as default usage. Problem still continues.

  • 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-05T04:33:37+00:00Added an answer on June 5, 2026 at 4:33 am

    I’m having exactly the same problem. It also started on 14th April 2012, bounce rates going up, new visits also, shortening Time on site and lowering pages per visit…
    Pageviews remain the same, which means that for some reason, users are ‘losing’ __utma cookie, responsible for tracking the user as unique.

    One thing I found interesting through GA – in my case this problem does not show for Opera 11.64. It holds its previous value of about 14% bounce rate. Other browsers (mainly new versions of Firefox and Chrome) went through the roof (bounce rate of 65-90%).

    I am talking about a website with couple of hundreds of thousands of visits…
    Tommorow I will try change a few things, and post back if I find anything useful.

    UPDATE

    I have updated the code to the new one

    <script type="text/javascript">
    
        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'XX-XXXXXXXX-X']);
        _gaq.push(['_setDomainName', 'example.com']);
        _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);
    })();
    
    </script>
    

    instead of the old one

    <script type="text/javascript">
        var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
        document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
        var pageTracker = _gat._getTracker("XX-XXXXXXXX-X");
        pageTracker._setDomainName(".example.com");
            pageTracker._trackPageview();
    } catch(err) {}</script>
    

    The difference in _setDomainName is that in new code it doesn’t have the leading dot(.) in domain name, and there seems to be the problem with the old code.
    I must add that I’m not having any trouble with the other website that doesn’t have _setDomainName part, and still is running the old code.
    I also found a blog post about the same problem:
    http://diegoscataglini.com/2010/08/17/118/google-analytics-setdomain-beware/

    Anyway, now things are back to normal. Bounce rate back to 11%, time on site going up as well as Pages / Visit.
    When you change the code cookies will be recreated for all users, making them new visitors coming directly to your site. In a day or two (depending on number of visits), as people use your site as they do normally, statistics go back to normal.

    I had to wait couple of days before reporting back, and I hope this will solve your problem too.

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

Sidebar

Related Questions

We are using Google Analytics for our site, but since it uses client script
I have some question about the privacy issues using Google Analytics. I've heard that
Currently using Google Analytics as a supplement to our paid tracking software, but neither
I have a site that leverages both Google Analytics and Google Maps. Both of
I'm using GAPI to try and create simple reports from our Google Analytics data.
My company is using Google Analytics on our websites. We found a weird bug
Is there a way to track the traffic that comes from RSS using google
Yes, I KNOW about Google Analytics. We use it for our overall site metrics,
We are trying to use google analytics and hubspot on our site but they
I am using Google Analytics and Google Website Optimizer together. On our development rig

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.