Displaying 1 result from an estimated 1 matches for "googleanalyticstag".
2008 Mar 15
2
new webgen plugin : google analytics
...lytics key,
automatically includes tre required javascripts.
Requirements :
in your page template, put {googleAnalytics: key: your_google_key}
just before your <body> tag.
And that''s all.
The code is the following :
===========================================================
class GoogleAnalyticsTag < Tags::DefaultTag
infos(
:name => ''Custom/GoogleAnalytics'',
:summary => "Allows website tracking thanks to Google Analytics ga.js code"
)
register_tag ''googleAnalytics''
param ''key'', 1, ''The Google an...