"Why are we building it?"and then, after its complete
"Does it do the job that we set out to do?"The one way to know the answer to the second question is to use some form of web statistics tool. Most statistics tools use the venerable server log to track visits. Though this has been useful for many years Google Analytics uses a javascript file inserted into your pages to perform this tracking. This approach provides the capability to learn information about your site that the server log just can't provide.
Installation
First, you must create an account. Once you have created an account, you must create a web site profile. The web site profile is an individual site that you wish to track. For instance, I create a separate profile for each of my clients sites, as well as profiles for each blog that I am involved with. When you create the profile, Google Analytics will provide you with a snippet of javascript code that needs to be inserted into your pages. Here's a lesson from the school of hard knocks: If the site that you are creating a profile for has ANY secure pages (https://) then use https:// as the protocol when you create the profile. When you do this, Google analytics will give you a version of the javascript code that can be used on both secure and non-secure pages.
<ForNonGeeksOnly>
Javascript is language that allows code to be run within the browser on your computer. It is what allows a page to be 'active' to a certain extent. There are limits on what can be done with Javascript to protect your computer, but it is very useful for web page designers.
</ForNonGeeksOnly>
<ForBloggersOnly>
If you use Wordpress, then I don't know of any way that you can utilize Google Analytics, Wordpress doesn't appear to allow you to modify the template in any way.
If you use blogger, then inserting the code is simple.
When you see the javascript snippet that Google Analytics provides, highlight it and copy it to your clipboard. Once you have done that, login to your blogger account and follow these instructions:
- Go to the template tab.
- Click on 'add page element' (it doesn't matter where, this won't change how your page looks)
- Select HTML/Javascript as the element type
- Don't type anything into the title box, Paste the tracking code into the content blox
- Press save..you are done
You can go back to your Google Analytics profile and verify that the tracking code was installed properly by clicking the verify link next to the profile.
As a general rule for other blogging engines, you must be able to modify the template in one way or another to be able track your blog with google analytics.
</ForBloggersOnly>
<ForSiteDesignersOnly>
If you design web sites for a living, inserting javascript code should be a straight forward task. If you do traditional web sites, I would highly recommend putting the tracking code into a separate javascript file and 'including' it into each page. If you use a technology like ASP.NET, then put the tracking code into each master page.
</ForSiteDesignersOnly>
It's installed, Now What?
Once the tracking code has been installed, Google Analytics will start receiving data from your site. Reports are generated on a daily basis. The reports include the traditional visits, pageviews, bounce rate style reporting, but it also provides a lot of capabilities that I've not seen from traditional reporting tools.
Here are a few features that caught my attention:
- It provides a world map where countries appear darker based on the number of visits you've received from that country. You can drill down to the state and city level to see where your visits are coming from.
- You can see what version of Flash your visitors have.
- You can define campaigns, which allow you to track the effectiveness of advertising and email campaigns that you implement. You can see how many visitors came to your site as the result of the campaign.
- You can define 'goal pages' (for e-commerce sites a goal page would be a sale confirmation page) you can then track how effective your site and campaigns are at converting visits into dollars
- If you manage multiple sites or blogs, you can provide access to reports to each client that you have. You can limits the sites that each client can view.
The features are too many to provide complete details, however, they do provide some helpful videos to address of the more advanced features.
If you have any questions, post them in the comments. I'll provide answers if I can.

0 comments:
Post a Comment