README.md in exvo_helpers-0.2.1 vs README.md in exvo_helpers-0.2.2
- old
+ new
@@ -143,6 +143,22 @@
```html
<img alt="Exvo" src="http://themes.exvo.local/stylesheets/images/icons/exvo.png" />
```
+### google_analytics(domain, account)
+
+New, 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('exvo.com', 'UA-2491324-1')
+```
+
+```html
+<script type="text/javascript">
+ var _gaq = _gaq || [];
+ ...
+```
+
+
+
Copyright © 2011-2012 Exvo.com Development BV, released under the MIT license