Flash On

Google Analytics & Drupal

20-01-2009
Drupal Release Information

Drupal Release Information

Today I installed the Google Analytics module for Drupal. For those who don’t know, Drupal is a powerful open source content management platform used by a number of big companies including MTV, Sony and Amnesty International.

I have not had much interaction with it so far, although hope to post more information once I learn more. Basically the module automatically adds a settings pane into the Drupal admin interface that allows you to configure Google Analytics on your site without creating a custom module or adding in the tracking code manually.

So what else does it do that’s worth caring about?

  • Adjust which users you track, ie ignore admin users, rogues and other unsavouries
  • Set up which pages you do not want to track
  • Add in your custom segmentation without resorting to manually adding the code
  • Plus a whole host of other buzzers, switches and lumps to further stretch your implementation

This is not the only example of a content management/publishing system giving you an easy way to install Google Analytics code.

All in all, if you happen to have a website powered by Drupal, then you may as well turn this on and start mucking about with motion charts or something.

Written By ymuflk for the Content Management, Google Analytics section Tags: ,

Useful Google Analytics Resources

18-01-2009

Google Analytics is, on the face of it, a fairly simple tool to pick and tinker about with. But to implement it properly, customize it for your website and then interpret the results is a much more difficult task.

This post is designed to give you my favourite resources for getting more information about the various intricacies of an implementation…

  • The standard Google site. Interesting and great for the basics, but not enough real life examples to draw from to really.
  • EpikOne Blog. A blog written by Justin at EpikOne, all excellently presented and written with tons of real life examples of various tricks to really bring your data to life
  • Avinash Kaushik is one of the key Analytics boffins to walk the earth. He has plenty of interesting articles covering GA and other analytics platforms
  • The Ultimate Google Analytics Plugins, Hacks & Tricks Collection has a fantastic collection of various hints and tips, plugins, greasemonkey scripts and insight the Google Analytics platform

Thats all for now.

Written By ymuflk for the Google Analytics section Tags:

Form Abandonment

16-01-2009
A bit of a funnel visualisation 

 

A bit of a funnel visualisation

 

Those of you who enjoy using the funnel visualisation tool will no doubt be interested in finding out where your users are going along the way through your various goals.

On sites where your users need to fill in forms with information about themselves such as to get insurance quotes or to register on a site, you can see what page the user has got to, but what about their behavior on the page itself?

Try adding a JavaScript event to each of your form fields (up to 10) like this…

onchange=”pageTracker._trackPageview(‘/form-tracking/about-you/txtFirstName’)” 

This will fire off a page view to google every time a user begins to edit a form field.

The naming convention used here is to store these page views in a dummy directory called “form-tracking”, so that these page views can be filtered out of the main result set.
So over in the Google Analytics interface, create a new profile that can be used to set up goals specifically for funnel analysis with no “form-tracking” exclusion filters. When setting up goals, you will see that this method is limited to 10 steps, or form fields per goal and only 4 pages/goals can be set up per profile.
The start point of the goal should be the page URI itself, and the end point of the goal should be the following page (assuming a successful goal conversion means that the user has submitted the form)

Written By ymuflk for the Google Analytics section Tags: