Mobile app version of vmapp.org
Login or Join
Megan663

: Unique vs New Visitors "explanation needed" i was wondering if anyone can help me understand the relation between the unique visitors and the new visitors terms in GA. Here is what i originally

@Megan663

Posted in: #Analytics #GoogleAnalytics

i was wondering if anyone can help me understand the relation between the unique visitors and the new visitors terms in GA.

Here is what i originally thought:


Unique visitor = each user is counted only once during the selected time range.
New visitor = New visits = each user is counted only if it is his first time visiting the site.


However it seems that my understanding failed to explain the following case (image below) where the unique visitors < new visits !







If new visitors contributed 11 visits, shouldn't unique visitors be at least be 12 "assuming all returning visits came from one visitor" ?!

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan663

3 Comments

Sorted by latest first Latest Oldest Best

 

@Cofer257

I think its pretty simple. Let us take the duration for measuring this metric as one day. Now during the day, 11 new users visited the site. Out of these 11, some or all (you can get the exact number of visits by each user) visited the site multiple number of times. Lets say user A visited the site 4 times, this would amount to 4 repeat visitors.

10% popularity Vote Up Vote Down


 

@Sims2060225

This is sort of an anomalous stat since normally new visits should be lesser or equal to unique visitors for that period. However, you are making a mistake in your interpretation, so let's break it down. The data basically says this:


10 unique visitors:

There were 10 hits (in this period) to your site where GA found no prior hits (in this period) for that visitor.
So that means there was a total of 10 different users that visited your site in this period.

26 visits (11 new + 15 return):

There were 26 different GA-identified browser sessions (in this period).
11 sessions were by users whom GA had never seen before.
15 sessions were by users whom GA has seen before.



Before we get to your edge case, let's address a more common case, where there are 10 new visits + 15 returning visits, but only 10 unique visitors:

Now, you might say, shouldn't there be at least 11 unique visitors since each new visit = 1 unique visitor, and all return visits together require at least another unique visitor? Well, no. A unique visitor can, in this case, contribute 0 or 1 new/first visits and an arbitrary number of return/subsequent visits. So at minimum, you'd only need as many unique visitors as you have new visits.

But wait, how on earth did you end up with 1 more new visit than unique visitors? That should be impossible!

Well, web analytics is an imperfect technology. There are many different data collection methods that have different advantages and drawbacks and relative accuracy versus convenience. GA chooses a relatively optimal balance of convenience and accessibility. It uses 3rd-party JavaScript/AJAX and browser cookies, which collects moderately accurate metrics without making webmasters install server-side scripting or packet and log analysis like heavy-duty analytics platforms like Pion.

The problem with this is that if the user disables JavaScript or clears or disables cookies, it throws off your metrics. If the user uses multiple browsers, it also throws off your metrics.

So how does this explain what's going on here? One possibility is that there was at least 1 user who had cookies disabled, and they had at least 1 session, creating a visit that couldn't be matched with a previous session, thus creating a new visit. And since cookies were disabled, they didn't register a new unique visitor.

10% popularity Vote Up Vote Down


 

@Sue5673885

Not necessarily. If a new visitor comes and stays on the site for 30 minutes of inactivity or if the visit occurs at midnight (the Cinderella Visitor!!) then another visit is counted for that visitor. Google Help has created a document on How Visits are Calculated which might throw some light on this.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme