From ae951dc89470ebc7b13ab7e241cad7f9995664ce Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Wed, 28 Jan 2015 01:50:56 +0100 Subject: [PATCH] Update bookmarklet.js --- bookmarklet.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookmarklet.js b/bookmarklet.js index 55d1e8c..95287c2 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -1,4 +1,4 @@ -version = "3.1.8"; +version = "3.1.9"; console.log("Version: " + version); 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', 'page', '/cardprinter'); ga('set', 'title', document.title); +ga('set', 'referrer', window.location.hostname); //ga('set', 'campaignSource', '(direct)'); //ga('set', 'campaignMedium', '(none)'); //