Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

If I visit a site 100 times a day (from one IP) does Google Analytics track that as 100 unique visitors?

share|improve this question
If you delete the cookies that uniquely identify you, maybe. – Wooble May 4 '11 at 15:54

migrated from stackoverflow.com May 4 '11 at 16:42

2 Answers

According to this article, visitor uniqueness is determined by using cookies rather than other identifying factors (such as IP address, browser identification string, etc.): https://www.google.com/support/analytics/bin/answer.py?hl=en&answer=33087. This means that you will be counted as a single visitor as long as you do not delete your GA cookies -- and even if you change IP addresses while browsing.

share|improve this answer
And don't use a different browser, since cookies are not shared between browsers. – Blowski May 4 '11 at 23:37

No. Google uses a cookie to track visitors so that counts as one. This video explains in detail:

share|improve this answer

Your Answer

 
discard

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