diff --git a/public/res/extensions/googleAnalytics.js b/public/res/extensions/googleAnalytics.js index 66d1ea59..2cf541c2 100644 --- a/public/res/extensions/googleAnalytics.js +++ b/public/res/extensions/googleAnalytics.js @@ -51,6 +51,14 @@ define([ ]); trackPageView(); + // Track StackEdit version + _gaq.push([ + '_trackEvent', + "About", + 'version', + VERSION + ]); + // Collect informations about user settings _gaq.push([ '_trackEvent',