The Basics of Web Analytics - Part Two
INTRODUCTION
In Part One, we discussed the “information value proposition” of hits – page views – visits – unique visitors. We will be looking at a sampling of data from one of our clients. Since web analytics data can be considered business confidential information, we’ve masked portions of the information presented so that our client’s interests are protected.
Your approach to web analytics should be identical to how you manage other business processes. Identify your objectives before you begin.
What are your site’s business objectives? Who are your customers? Is your site designed to be strictly informative or do you interact with your customers in some fashion? Once your formulate your goals, it will be easier to articulate your web analytics strategy.
Our Case Study
Our client markets specialized telecommunications equipment and services to a niche market. Their goal is to provide information to current and prospective customers, enable subscriptions to informative newsletters, and provide an interactive platform for exchanging best practices.
We will be using an open source log file analysis tool called Webalizer. It’s available to run on a variety of platforms and produces actionable reports. We’ll take this data and run it through the first two steps of our four-step process.
Step One – Gathering Data
Our client uses one of our Linux/Apache hosting packages to host their web site. As such, they have easy access to their raw log files which are necessary to get a good picture of how their web site is performing. The illustration below depicts some of the log file entries for our client. Click on the image to get a better view.
Step Two – Making Readable Data
By itself, the log file is relatively useless for determining web site success. Web sessions start with the customer’s request to the server for the web page. That is recorded on a single line in the log file. The server sends the page data, style sheet, and all images needed to construct the page to the customer’s web browser for assembly. Each item sent to the browser results in a “hit” being recorded to the log file. In the example above, one page view results in 9 hits.
We will use Webalizer to process the log file and turn the raw data into a presentation that is easily readable. Webalizer will break down each line of the log file and aggregate it into page views (Pages), visits (Visits), and unique visitors (Unique User Agents).
The graph below (click on it to enlarge) depicts the data transferred, pages viewed, visits, and hits.
The graph below depicts the activity of the client’s site on an hourly basis. You’ll notice that the graph is skewed to the right, we’ll discuss analysis in Part Three.
CONCLUSIONS
So far, you’ve established your web site goals; obtained the raw data and a free program to analyze it; and have begun to process the raw data into actionable information. You should feel more empowered about this aspect of business intelligence.
If you’d like to get a cohesive copy of this series when completed, please be sure to sign up for our Newsletter.
Sphere: Related ContentYou can leave a response, or trackback from your own site.
Leave a Reply
You must be logged in to post a comment.