This blog is powered by Enki and I’d like to monitor the (absence of?) frequentation. As a rails 3 application, integrating Google Analytics is dead simple thanks to the rack-google_analytics ruby gem and the associated documentation
Just add the following to your Gemfile
:
1 2 3 |
|
and this configuration entry to your config/environments/production.rb
:
1 2 |
|
with the web_property_id
provided by Analytics.
I told you: dead simple!