I simply want to be able to push custom events similar to how you can in the JS API for google analytics, what would be the corresponding GARB code for:
_gaq.push(['_trackEvent', 'Videos', 'Play', 'Gone With the Wind']);
This comes from the Events docs for Google Analytics:
https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide
GARB is a ruby wrapper for Google Analytics: