Update bookmarklet.js
This commit is contained in:
parent
736bceec07
commit
de9bcf5d1a
@ -4,7 +4,13 @@
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-50840116-3', 'auto', {'alwaysSendReferrer': true});
|
||||
ga('create', 'UA-50840116-3', 'auto');
|
||||
ga('set', 'location', window.location.protocol + '//' + window.location.host + window.location.pathname);
|
||||
ga('set', 'hostname', window.location.hostname);
|
||||
ga('set', 'page', '/cardprinter');
|
||||
ga('set', 'title', document.title);
|
||||
//ga('set', 'campaignSource', '(direct)');
|
||||
//ga('set', 'campaignMedium', '(none)');
|
||||
// </GoogleAnalytics>
|
||||
|
||||
try {
|
||||
@ -59,7 +65,7 @@ try {
|
||||
return;
|
||||
}
|
||||
|
||||
ga('send', 'pageview', '/cardprinter');
|
||||
ga('send', 'pageview');
|
||||
|
||||
// open print preview
|
||||
jQuery("body").append(printOverlayHTML);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user