A Simple Plugin for Google Analytics
Nicolas Bottari has released a plugin for Google Analytics. The plugin is very simple, but the end result is cleaner code. Why did Nicolas create it?
Basically I was tired of hunting down for that short but complicated GA code on the web every time I needed to install the tracking script. Was also tired of always having to remember the Web property ID, and having to paste it at the right place in the GA code.
Its implementation is very simple and examples are available on the aforementioned forum page.
Share on Twitter
Kyle Murphy — 08:56 on 09.30.2009
Is there anything this plugin does you couldn’t do with a simple global variable?
Kenny Meyers — 09:08 on 09.30.2009
@Kyle
As with any problem, there are multiple solutions in EE.