Event tracking with Ruby on Rails Mixpanel and KISSMetrics are both great tools to track how people interact with your site. At the core of these services is a simple Javascript API to track events: kissmetrics.push(['record', 'My Event', {'My Property':'Value'}]); mixpanel.track('My ...