Hi folks!Nowadays I'm working with Adobe Omniture and saw that current
analytics JavaScript API is kind of dirty, or you can make your code
dirty. So I've decided to build a simple layer on current 1.2.1 version
API and created Omni.js which is functional, very easy and customizable
and tiny.You can install it using bower.bower install omnijsAfter you
installed and included it into your HTML; you can simply create an
instance:var s = omni("namespace") .route(/index.html$/, function () {
this.set...