The Second in the Web Analytics Back to basic series, is all about web analytics technologies.
Web analytics technologies
There are two main technological approaches to collecting web analytics data. The first method, logfile analysis, reads the logfiles in which the web server records all its transactions. The second method, page tagging, uses JavaScript on each page to notify a third-party server when a page is rendered by a web browser.
Web server logfile analysis: Web servers have always recorded all their transactions in a logfile.
*A server log is a file (or several files) automatically created and maintained by a server of activity performed by it.
Page Tagging (Web beacon technology): Code on each tracked page references a javascript file. The javascript file sends data about the page and the user’s machine back to host servers, along with an image request. Host servers send back an invisible 1x1 pixel image, and record the data sent by the javascript file.
The web analytics service also manages the process of assigning a cookie to the user, which can uniquely identify them during their visit and in subsequent visits.
With the increasingly popularity of Ajax-based solutions, an alternative to the use of an invisible image, is to implement a call back to the server from the rendered page. In this case, when the page is rendered on the web browser, a piece of Ajax code would call back to the server and pass information about the client that can then be aggregated by a web analytics company.
Logfile analysis vs page tagging
Both logfile analysis programs and page tagging solutions are readily available to companies that wish to perform web analytics. In many cases, the same web analytics company will offer both approaches. The question then arises of which method a company should choose. There are advantages and disadvantages to each approach.
Advantages of logfile analysis
The main advantages of logfile analysis over page tagging are as follows.
Advantages of page tagging
Economic factors
Logfile analysis is almost always performed in-house. Page tagging can be performed in-house, but it is more often provided as a third-party service. The economic difference between these two models can also be a consideration for a company deciding which to purchase.
Related Posts:
Web Analytics
The Great Web Data Capture Debate: Web Logs or JavaScript Tags?
Web Analytics - Back to Basic Series.
Back to Basic Series
Web Analytics Terminology - Back to Basic Series
Tuesday, August 07, 2007
Web Analytics Technologies, Back to basic series
Tags:
Add Post To: | Digg| Technorati| del.icio.us| Stumbleupon| Reddit| BlinkList| Furl| Spurl| Yahoo| Simpy|
Posted by
anil i
at
11:50 PM
Labels: Back_to_basics, logfile, Page tagging, Technologies, web analytics
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment