Skip to content

mreinsch/gabbara

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== 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")

About

Simple way to send server-side notifications to Google Analytics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%