Pages

Tuesday, April 10, 2012

Methods of web analytics


Off-site web analytics technologies

Many different vendors provide on-site web analytics software and services. There are two main technological approaches to collecting the data. The first method, log file analysis, reads the logfiles in which the web server records all its transactions. The second method, page tagging, uses JavaScript or images on each page to notify a third-party server when a page is rendered by a web browser. Both collect data that can be processed to produce web traffic reports.

On-site web analytics technologies

  • Hit - A request for a file from the web server. Available only in log analysis. The number of hits received by a website is frequently cited to assert its popularity, but this number is extremely misleading and dramatically over-estimates popularity. A single web-page typically consists of multiple (often dozens) of discrete files, each of which is counted as a hit as the page is downloaded, so the number of hits is really an arbitrary number more reflective of the complexity of individual pages on the website than the website's actual popularity.
  • Page view - A request for a file whose type is defined as a page in log analysis.
  • Visit / Session - A visit is defined as a series of page requests from the same uniquely identified client with a time of no more than 30 minutes between each page request
  • First Visit / First Session - (also known as 'Absolute Unique Visitor) A visit from a visitor who has not made any previous visits.
  • Visitor / Unique Visitor / Unique User - The uniquely identified client generating requests on the web server (log analysis) or viewing pages (page tagging) within a defined time period (i.e. day, week or month). A Unique Visitor counts once within the timescale. A visitor can make multiple visits. Identification is made to the visitor's computer, not the person, usually via cookie and/or IP+User Agent.
  • Repeat Visitor - A visitor that has made at least one previous visit. The period between the last and current visit is called visitor recency and is measured in days.
  • New Visitor - A visitor that has not made any previous visits. This definition creates a certain amount of confusion (see common confusions below), and is sometimes substituted with analysis of first visits.
  • Impression - An impression is each time an advertisement loads on a user's screen. Anytime you see a banner, that is an impression.
  • Bounce Rate - The percentage of visits where the visitor enters and exits at the same page without visiting any other pages on the site in between.
  • % Exit - The percentage of users who exit from a page.
  • Visibility time - The time a single page (or a blog, Ad Banner...) is viewed.
  • Session Duration - Average amount of time that visitors spend on the site each time they visit. This metric can be complicated by the fact that analytics programs can not measure the length of the final page view.
  • Active Time / Engagement Time - Average amount of time that visitors spend actually interacting with content on a web page, based on mouse moves, clicks, hovers and scrolls. Unlike Session Duration and Page View Duration / Time on Page, this metric can accurately measure the length of engagement in the final page view.
  • Page Depth / Page Views per Session - Page Depth is the average number of page views a visitor consumes before ending their session. It is calculated by dividing total number of page views by total number of sessions and is also called Page Views per Session or PV/Session.
  • Frequency / Session per Unique - Frequency measures how often visitors come to a website. It is calculated by dividing the total number of sessions (or visits) by the total number of unique visitors. Sometimes it is used to measure the loyalty of your audience.
  • Click path - the sequence of hyperlinks one or more website visitors follows on a given site.
  • Click - "refers to a single instance of a user following a hyperlink from one page in a site to another".[8] Some use click analytics to analyze their web sites.
  • Site Overlay is a technique in which graphical statistics are shown besides each link on the web page. These statistics represent the percentage of clicks on each link.

No comments: