Added version tracking in Google Analytics extension

This commit is contained in:
benweet 2013-10-27 01:57:03 +01:00
parent 0fcf00fd42
commit 94bafa2c16

View File

@ -51,6 +51,14 @@ define([
]);
trackPageView();
// Track StackEdit version
_gaq.push([
'_trackEvent',
"About",
'version',
VERSION
]);
// Collect informations about user settings
_gaq.push([
'_trackEvent',