plugin-ga icon indicating copy to clipboard operation
plugin-ga copied to clipboard

Google Analytics tracking for your book

Results 6 plugin-ga issues
Sort by recently updated
recently updated
newest added

I enabled this plugin in gitbook.com plugin store but it doesn't work, having `require` in JavaScript: ``` require(["gitbook"], function(gitbook) { // Load analytics.js gitbook.events.bind("start", function(e, config) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),...

Is there a recommended system for disabling this plugin when running Gitbook locally? I only want to track analytics on the production/hosted version of my gitbook. Thanks for the great...

This is a minor issue but thought it might be worth mentioning. After an hour of fiddling around, I finally got the GA plugin to report user data on my...

Please see here for the implementation details: https://support.google.com/analytics/answer/1034342?hl=en-GB I'd be happy to fork and contribute the code to do this (using a preference with other domains listed) if you're happy...

Currently only pings google analytics when page is first loaded, or we switch to another page. This adds the ability to track whether the reader has actually read each page...