added version dimension to analytics tracking
This commit is contained in:
parent
96c8a99173
commit
deb3cbeb48
|
@ -18,6 +18,9 @@ if (gaTrackingId) {
|
|||
ga('create', gaTrackingId, 'auto');
|
||||
}
|
||||
|
||||
// version dimension
|
||||
ga('set', 'dimension1', chrome.runtime.getManifest().version);
|
||||
|
||||
// Removes failing protocol check. ref: http://stackoverflow.com/a/22152353/1958200
|
||||
ga('set', 'checkProtocolTask', function () { });
|
||||
|
||||
|
|
Loading…
Reference in New Issue