After the Prairie Developer Conference, I noticed that I had a few questions on using Google Analytics to help understand what is going on within a website to make decisions on what to do. But I had a few questions at first asking about the tool and what it was all about. That’s a fairly loaded question, but I will do my best to provide an introduction and some experiences in using the tool.
So what is it?
Simply, Google Analytics is a library you can include within your website in order to get information on how people are using your website. It’s history is long…
Google Analytics was originally known as Urchin, which was a piece of software created by a company of the same name. Some years back, Urchin was purchased by Google and then there were 2 services offered: Urchin, which you could purchase and license but you had to host everything on your own infrastructure; or, Google Analytics, where the hosting and service components are managed in their entirety on Google’s server farm. Since that time, there have been iterations of both pieces of software. Google Analytics (or GA) has since upgraded its service to Version 5 to be asynchronous with its tracking code, which permits you to track visits and information in real time (this is actually pretty cool!). Urchin, however, seems to have reached the end of its life cycle. As I write this on March 31, Google will no longer be selling the tool after today (so if you really want it, you better get it now!). To replace Urchin, Google has recently launched a premium service, which is a paid system, that replaces Urchin but is hosted on Google’s environment. It provides you a better SLA for uptime and support, but also provides you more information that you can track (more on that later…).
How do I use it?
GA is added to your site by a block of JavaScript code that is added to every page within your site. The JavaScript code sets a first-party cookie on your machine that identifies you and the site you are looking at. Wait, it identifies me? Anonymously. There is no personally identifiable information stored about you in the cookie – it simply says that you are a user and these are the pages you visited. I, as a website manager, will never know that Bobby or Sally visited the site – only that a few people visited the site and these are the most viewed pages and actions. It is a way for a website manager to be able to understand the most important elements of your site to your visitors and understand how people are using it, but conversely to also understand what they are NOT looking at.
Why JavaScript?
Google needed a way to place the tracking system on your website without touching your infrastructure. JavaScript was the simplest way to integrate without impacting how website developers built their sites. With the sheer number of technologies available – .NET, Java, Ruby on Rails, PHP, even static HTML – there needed to be a way to utilize this with all of the site, and a scripting language that gets executed within the confines of the browser made the most sense. It can hit the largest amount of sites with no impact to an individual’s or company’s methodology of implementing their site.
OK, you’ve sold me that it sounds like I need it. How do I get started?
First, go to the Google Analytics home page and you get started by creating an account. All you need is an email address to get started.
I need more! That’s not enough information!
I’m going to begin a small series on setting up and working with Google Analytics to get your sites set up for monitoring. This is as the title implies – an introduction. I’ll be adding a few posts a week on this topic to start filling in the gaps. If there are specific questions, post a comment and I’ll do what I can to respond.


Pingback: Google Analytics: Introduction | Mindful Sanity | SFWEBDESIGN.com
Pingback: Google Analytics: Accessing Google Analytics | Mindful Sanity