When we are analyzing our data in Google Analytics, every now and then we might bump into someĀ irregularities. This often makes us doubt theĀ accuracy of our data. We can all agree that nothing is more frustrating than having to analyse data that might be incorrect or inaccurate.
Now when we look at the following report we can see that the amount of Users often differs from the amount of Sessions. This is nothing out of the ordinary since a user can visit your site more than once, thus resulting in more sessions per user.
Why is the amount of usersĀ higher than the amount of sessions? Is it because of inaccurate data, or is there more to it? In order to explain this we must first understand how these statistics are calculated in Analytics.
Google Analytics Users vs Sessions:Ā Example
User 1: Starts his session on the Home (/) page, clicks through to the /contact page and ends his visit back on the Home (/) page.
User 2: Starts his session on the /blog page and clicks through to the /contact page, where his session also ends.
What this looks like in Google Analytics: see table
The āproblemā here is that we areĀ comparing session-level metrics with hit-level dimensions. This might cause some confusion. A session is a single visit to a website and is linked to the first page the user lands on (landing page). ForĀ User 1Ā this is the Home page.Ā User 2Ā lands on theĀ /blog page. Even though both users visited the /contact page, neither of their sessions started there, thus resulting inĀ two users but zero sessionsĀ for that pageā¦ When we want to know how different landing pages are performing, it is best we compare the Unique Pageviews metric with the amount of Entrances. Keep in mind thatĀ sessions are not entirely the same asĀ entrances.Ā Session count increases on the first hit, regardless of the type of hit (Event / Pageview). Entrances only take pageviews (or screenview) into account.