Displaying 1 result from an estimated 1 matches for "your_google_key".
2008 Mar 15
2
new webgen plugin : google analytics
Hi all
In order to add visit tracking to my webgen site, i''ve written a
google analytics plugin which, given a google analytics 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 webs...