No commit activity in last 3 years
No release in over 3 years
Easy server-side tracking for Google Analytics
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
== Simple class to send custom server-side events to Google Analytics

Heavily influenced by the http://code.google.com/p/serversidegoogleanalytics

Based on deadprogrammer's gabba (https://github.com/hybridgroup/gabba)

HOW TO USE:

- Track page views
Gabbara::Gabba.new("UT-1234", "mydomain.com").page_view("something", "track/me")

- Track custom events
Gabbara::Gabba.new("UT-1234", "mydomain.com").event("Videos", "Play", "ID", "123")