universal-analytics
universal-analytics copied to clipboard
Complete GWT wrapper for Google's Universal Analytics
Retrieval of the tracker instance through the callback, see: ga(function(tracker) { console.log(tracker.get('clientId')); }); Ref: https://developers.google.com/analytics/devguides/collection/analyticsjs/command-queue-reference How should this be done ?
Just thought there should be a note of this somewhere. Google has created an [enhanced ecommerce plugin](https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce) that will probably be useful to a lot of people. It should be...
When running analytics via the client, you always get a lot of extra data tied to each call. ie. if you do a pagetrack call you can see if it...