Update bookmarklet.js
This commit is contained in:
parent
830c38a5ea
commit
ae951dc894
@ -1,4 +1,4 @@
|
|||||||
version = "3.1.8";
|
version = "3.1.9";
|
||||||
console.log("Version: " + version);
|
console.log("Version: " + version);
|
||||||
|
|
||||||
var isDev = typeof isDev === 'undefined' || isDev ;
|
var isDev = typeof isDev === 'undefined' || isDev ;
|
||||||
@ -24,6 +24,7 @@ ga('set', 'location', window.location.protocol + '//' + window.location.host + w
|
|||||||
ga('set', 'hostname', window.location.hostname);
|
ga('set', 'hostname', window.location.hostname);
|
||||||
ga('set', 'page', '/cardprinter');
|
ga('set', 'page', '/cardprinter');
|
||||||
ga('set', 'title', document.title);
|
ga('set', 'title', document.title);
|
||||||
|
ga('set', 'referrer', window.location.hostname);
|
||||||
//ga('set', 'campaignSource', '(direct)');
|
//ga('set', 'campaignSource', '(direct)');
|
||||||
//ga('set', 'campaignMedium', '(none)');
|
//ga('set', 'campaignMedium', '(none)');
|
||||||
// </GoogleAnalytics>
|
// </GoogleAnalytics>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user