rack-google-analytics icon indicating copy to clipboard operation
rack-google-analytics copied to clipboard

Simple Rack middleware for implementing google analytics tracking in your Ruby-Rack based project. Supports synchronous and asynchronous insertion and configurable load options

Results 7 rack-google-analytics issues
Sort by recently updated
recently updated
newest added

ref: issue #16 I am still facing this problem please help me

This allows you to specify multiple trackers as an array of arrays, e.g. `[['name1','horchata'], ['name2','slurpee']]`, or as a block that gets called with each request. The first tracker doesn't really...

When using this on heroku, the html output is randomly cut off before the end of the document like so: ``` if (typeof gaJsHost == 'undefined') { var gaJsHost =...

They seem similar from a GA standpoint; but the attribution of User-ID was added to track users across devices. Google says to implement by ``` ga(‘set’, ‘&uid’, {{USER_ID}}); // Set...

Google is really pushing the migration to the new Universal Analytics. With this update, the tracking code and methods to call change significantly. https://developers.google.com/analytics/devguides/collection/upgrade/guide I suggest to upgrade the tracking...