How can # of unique visitors be more than # of visits?

17,526

Solution 1

I found what I believe is the answer in the link below.

http://www.michaelwhitaker.com/blog/2010/04/23/unique-visitors-0-visits-and-pages-in-web-analytics/

To detail the answer is quite lengthy, but in summary - for purposes of attribution, google credits a visit at the page level to the first page visited in a single visit. However it credits every page viewed to a unique visitor.

So basically what the visit metric stands for in the report you showed is how many visits started their visit on that page. To find out how many actual VISITS went to a particular page use unique pageviews since it counts pageviews only once, for every visit.

Confusing...yes. However it appears to be the reason.

Solution 2

Have a look at this google support article

  • Visits represent the number of individual sessions initiated by all the visitors to your site. If a user is inactive on your site for 30 minutes or more, any future activity will be attributed to a new session. Users that leave your site and return within 30 minutes will be counted as part of the original session.

  • The initial session by a user during any given date range is considered to be an additional visit and an additional visitor. Any future sessions from the same user during the selected time period are counted as additional visits, but not as additional visitors.

Solution 3

The overall point is that you are looking for unique visitors and visits for a specific page. Normally you will not see more visitors than visits on a generic report but if you go to report "how many visits and visitors a single page gained" then you can encounter this "confusing" problem.

I know, as Eric stated with the article, that GA counts visits for a page only those that started with that page and not all visits (sessions) that "really" viewed it.

Use unique pageview and you are sure to count ALL sessions/visits that embed at least one pageview of that page.

Solution 4

Looks like Google has posted Why a custom report shows more Unique Visitors than Visits in their Help pages.

If you use either a page level dimension (like Page or Page Title) or the Hour dimension in a custom report, you might see the count of Unique Visitors is greater than Visits.

To capture the number of sessions that included a visit to a given page, use the metric Unique Pageviews instead of Visits.

They also give a more in depth answer that explains the details.

Solution 5

Visits vs. Visitors

Analytics measures both visits and visitors in your account. Visits represent the number of individual sessions initiated by all the visitors to your site. If a user is inactive on your site for 30 minutes or more, any future activity will be attributed to a new session. Users that leave your site and return within 30 minutes will be counted as part of the original session.

The initial session by a user during any given date range is considered to be an additional visit and an additional visitor. Any future sessions from the same user during the selected time period are counted as additional visits, but not as additional visitors.

http://support.google.com/googleanalytics/bin/answer.py?hl=en&answer=57164

Share:
17,526

Related videos on Youtube

Dallas
Author by

Dallas

Updated on September 18, 2022

Comments

  • Dallas
    Dallas over 1 year

    I am confused as heck. When looking at a few individual pages, I am seeing weird results I hope someone can help explain.

    I am doing manual standard reports, and not creating or using a widget. For each of the two tests below, the metrics I am using are visits (not visitors) and unique visitors. I am using Page as my primary dimension and Page Title as secondary. I am filtering to include certain Pages.

    Example 1 - Looking at a single page... I see 731 unique visitors and 169 visits. How is this possible? Does google just flip them around for some reason?

    Example 2 - Looking at several pages combined... If you examine the timeline below , you can see that the numbers are all over the place. How is it possible to have more unique visitors than visits? What am I missing? I would suspect that if things were just flipped around, then I should still see one line that is always below the other line. Anyone clue me in to what may be happening here?

    I also notice that the visits column (just out of view) adds up to the total, but the unique visitors column clearly doesn't.

    graphic here

    • Admin
      Admin about 12 years
      I think you need to distinguish "visitors" from "visits". Your first metric is "Unique Visitors" not "Unique Visits" (which doesn't make any sense).
    • Admin
      Admin about 12 years
      There is no unique visits metric... I am using Unique Visitors and Visits. Why doesn't that make sense?
    • Admin
      Admin about 12 years
      Question title: "How can # of unique visits be more than # of visits?" ... "the metrics I am using are visits (not visitors) and unique visits" ... "I see 731 unique visits and 169 visits" ...
    • Admin
      Admin about 12 years
      Done. Now on to pondering the impossibilities... :c)
  • Dallas
    Dallas about 12 years
    I have read this page before... but I'm still not sure how this could cause the # of unique visits to be more than visits. Either way, new session or not, there should be a visit recorded every time. Given the above description, this would just cause the # of unique visits to drop, but not visits to drop below the # of unique visits. I still fail to see how this is even possible.
  • Dallas
    Dallas about 12 years
    I can't edit the above comment, but I meant to say unique visitors instead of unique visits.
  • Dallas
    Dallas about 12 years
    Exactly. One person, within the time frame, might count extra visits, but not visitors. I still fail to see how visits could be less than the # of visitors, unique or not. Each visitor, unique or not has to register at least one visit... no?
  • mipadi
    mipadi about 12 years
    Link only answers aren't good answers. If the link ever moves then your answer becomes worse than useless. Please summarise the post here and use the link as a reference for further reading.
  • Dallas
    Dallas about 12 years
    Very interesting. Thank you for sharing this. I'll have a close look shortly.
  • Eric
    Eric about 12 years
    This is also the reason why in your report if you add up visits it is the same as the total on the top of your report. Whereas unique visitors (when added up for every page) is more than the total, since this is showing unique visitors on each particular page. The unique visitor number at the top of your report is deduplicated to show the actual number of unique visitors for all of those pages in your segment/report.
  • j0k
    j0k about 11 years
    Lone link is considered a poor answer (see faq) since it is meaningless by itself and target resource is not guaranteed to be alive in the future. It would be preferable to include the essential parts of the answer here, and provide the link for reference.