Hit
A 'hit' is a request made to a web server for a specific file, such as a web page, image, or script.
Description
In the context of digital marketing, a 'hit' refers to a single request from a user's browser to a web server. This can be a request for any type of file including HTML pages, images, CSS files, JavaScripts, and more. Each file requested counts as an individual hit. However, it's important to note that hits are not a reliable metric for measuring website traffic or user engagement because a single page view can generate multiple hits. For instance, if a webpage contains ten images, loading that page would result in eleven hits – one for the HTML file and ten for the images. Therefore, hits offer very limited insight into user behavior and are not commonly used in modern web analytics for performance measurement.
Examples
- A user visits a blog page with five images. The server logs six hits: one for the HTML page and five for each image.
- When someone lands on an e-commerce product page, their browser makes multiple requests for the product images, CSS files, and JavaScript files, leading to multiple hits being recorded.
Additional Information
- Hits are often confused with page views, but they are not the same thing.
- Web analytics tools like Google Analytics focus more on sessions, page views, and unique visitors rather than hits.