GoogleAnalytics

This plugin enables Google Analytics support in your application. It will output the analytics code in after your <body> Tag.

Based on the plugin github.com/rubaidh/google_analytics/

Example

Create/Update your config/initializers/google_analytics.rb:

# Tracking Code from Google Analytics Google::Analytics.tracker_id = ‘UA-12345-67’

# Add development Rails Environment if you want Google::Analytics.environments << ‘development’

Copyright © 2009 Martin Wilhelmi, released under the MIT license