Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We've noticed lately that as our site is growing, our data in Google Analytics is getting less reliable.

One of the places we've noticed this most strongly is on the "Realtime Dashboard".

When we were getting 30k users per day, it would show about 500-600 people on line at a time. Now that we are hitting 50k users per day, it's showing 200-300 people on line at a time.

(Other custom metrics from within our product show that the user behavior hasn't changed much; if anything, users are currently spending longer on the site than ever!)

The daily totals in analytics are still rising, so it's not like it's just missing the hits or something... Does anyone have any thoughts?

share|improve this question

1 Answer

The only thing I can think of is that there is probably a difference in interpretation of what constitutes a user being on line.

How do you determine if the user is on line?

Unless there is an explicit login/logout tracking, is it possible that it assumes that a user has gone if there is no user generated event or a request from the browser within an interval of X seconds?

If that is the case then it may be worth while adding a hidden iframe with some Javascript code that keeps sending a request every t seconds.

share|improve this answer
Yeah, we're already sending a 'heartbeat' every minute for this among other reasons. However, the bigger concern is why there was a sudden change in the number of reported users, which doesn't match that actual number of users. – Ipsquiggle Nov 27 '12 at 17:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.