Amazon.com Widgets
BizBytes
Small Business Technology News
November 20th, 2008

Archive for June, 2007

FTC Report on Broadband Connectivity Competition

Thursday, June 28th, 2007

On June 27, the Federal Trade Commission (FTC) issued their staff report that summarizes their findings on a so called “net neutrality” regulation. The FTC recognized that the broadband connectivity industry is becoming more competitive and cautioned against imposing new regulations. According to the report, “the primary reason for caution is simply that we do not know what the net effects of potential conduct by broadband providers will be on all consumers, including, among other things, the prices that consumers may pay for Internet access, the quality of Internet access and other services that will be offered, and the choices of content and applications that may be available to consumers in the marketplace.”

This ruling made the broadband providers like AT&T, Time Warner Cable, and Verizon very happy. A tremendous amount of lobbying, television commercials and the like were traversing the wires to get their point across.

Content providers like Google, Yahoo!, and Amazon are probably going to react with skepticism about this ruling. Their fear is that somewhere down the road the broadband providers will put restrictions on the type of content traversing their networks.

We’ll all have to watch with cautious optimism to see if the resurrected Ma Bell (AT&T) and her cohorts will play nice.

FTC Press Release

Sphere: Related Content

The Basics of Web Analytics - Part Two

Friday, June 22nd, 2007

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.

Log_sample

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.

Daily_usage_200706

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.

Hourly_usage_200706

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 Content