Added version tracking in Google Analytics extension
This commit is contained in:
parent
0fcf00fd42
commit
94bafa2c16
@ -51,6 +51,14 @@ define([
|
|||||||
]);
|
]);
|
||||||
trackPageView();
|
trackPageView();
|
||||||
|
|
||||||
|
// Track StackEdit version
|
||||||
|
_gaq.push([
|
||||||
|
'_trackEvent',
|
||||||
|
"About",
|
||||||
|
'version',
|
||||||
|
VERSION
|
||||||
|
]);
|
||||||
|
|
||||||
// Collect informations about user settings
|
// Collect informations about user settings
|
||||||
_gaq.push([
|
_gaq.push([
|
||||||
'_trackEvent',
|
'_trackEvent',
|
||||||
|
Loading…
Reference in New Issue
Block a user