There are two ways of obtaining data to do web analytics; from the access log files or page tagging with Javascript in the browser. Our statistics tool gets its data from the access logs.
The advantage of using log files to collect data is that you don't need to add any code to your pages and that all your pages are automatically analyzed.
In one.com Statistics, we define the following terms.
Request - A request comes from a browser to open a file on your site. Usually, a page on your website consists of different files, like images, text and CSS. So opening one page on your site will generate several requests. In the one.com Statistics we use requests to measure the most popular URLs.
Visit - A visit is a continuous browsing event with no more than a 15-minute break between requests. The requests must come from the same browser and the same IP.
So, as long as a visitor clicks somewhere on your site every 15 minutes, it is counted as the same visit. If the visitor doesn't do anything for more than 15 minutes and then clicks again, this is counted as new visit.
Related articles: