README.md in exvo_helpers-0.3.0 vs README.md in exvo_helpers-0.4.0

- old
+ new

@@ -145,11 +145,11 @@ ``` ### google_analytics(account, opts = {}) -New, asynchronous Google Analytics javascript snippet to track page views. Note, that it will output the javascript analytics snippet only in production environment. +Asynchronous Google Analytics javascript snippet to track page views. Note, that it will output the javascript analytics snippet only in production environment. ```ruby = google_analytics('UA-2491324-1', :domain => 'none', :track_hash_changes => true) ``` @@ -158,9 +158,29 @@ ```html <script type="text/javascript"> var _gaq = _gaq || []; ... ``` + + +### kissmetrics + +KISSmetrics javascript snippet to track users. Note, that you need to have `ENV["KISSMETRICS_KEY"]` key set. + +```ruby += kissmetrics +``` + +=> + +```html +<script type="text/javascript"> + var _kmq = _kmq || []; + function _kms(u) { + setTimeout(function() { + ... +``` + Copyright © 2011-2012 Exvo.com Development BV, released under the MIT license