MUI likey!

Starting with version 2.3.1 of our tools, we are making a small library of javascript functions. The name of our library is MUI (or Monitus User Interface, but the acronym is so much sexier!) Now, one of the very cool feature of this library is that you finally can create your own Google Analytics (GA) trackers without running th erisk of polluting the cookie space. In other words, you can now create your own page tracking object that will be compatible with ours.

So how would one go about creating a tracking object ? Quite simply, you would put this line in the monitus_final_callback method:

var pageTracker = MUI.yahoo.create_ga_tracking_object('UA-xxxxxx-x');

And then you’d proceed using pageTracker just like you would normally do – calling trackPageView, etc…