How do I track how many hits my website gets?

There are a few things that need to be cleared in terms of terminology:

1. Hits - this simply refers to the number of 'elements' loaded on your site. If one page has five images in it, viewing that page once adds 6 hits (one page + five images).
2. Impressions - the number of times all the pages on your site are seen (also simply called pageviews). Impressions are sometimes referred to as 'hits' which can cause confusion.
3. Uniques - the number of people that visited your site.

So to clarify, if I visit your website, look at two pages, and each page has 5 images on it, then your stats increase by one unique, two page views, and 12 hits. Tracking on your site can be either done server-side or remotely. With server-side statistics, log files are used to generate visitor information. This is usually much more accurate than remotely hosted solutions. In such cases, you usually have to add some javascript to your site. This javascript is then used to track visitor data. If your host provides it (and many do), server-side statistics are a good solution. Otherwise, companies like Site Meter can be used to remotely track your visitors.

  • 25 Users Found This Useful
Was this answer helpful?

Related Articles

How to Fix PHPMyAdmin Error "Fatal error: Allowed memory size of 132218712 bytes exhausted (tried to allocate 11641294 bytes)"?

METHOD: 1. Clear your web browser cache.a.) Windows CMD: http://www.wikihow.com/Flush-DNSb.)...

How to Register FREE Domain Name?

Register first: http://my.freenom.com/register.php Then click this link to register your free...

How to create a website or blog with FREE Domain (.tk/.ml/.ga/.gq/.cf) and Web Hosting for ₱45.00 or ₱100.00 pesos monthly only?

1. Order a Web Hosting plan first:a.) Starter Plan (₱135.00 quarterly or ₱45.00 monthly):...

Common SSH Commands - Linux Shell Commands

Navigating in UNIX pwd Shows the full path of the current directory ls Lists all...

Creating a Welcome message for SSH logins

Did you ever want to change or create a new login message antime someone logs into SSH? We'll...