aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-01-14 13:43:32 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-01-15 17:05:27 +0000
commit91ed9facc29eda616d2de9bb248df3347101a5be (patch)
tree4d86d824bbe9c109a32eeb80abafd0475640697d
parent3f9b75cf684b4d08d3f353923019460280d3c3a5 (diff)
[fixmystreet.com] No GA cookies.
-rw-r--r--templates/web/fixmystreet.com/tracking_code.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/tracking_code.html b/templates/web/fixmystreet.com/tracking_code.html
index 419a01088..6142a2b0c 100644
--- a/templates/web/fixmystreet.com/tracking_code.html
+++ b/templates/web/fixmystreet.com/tracking_code.html
@@ -5,7 +5,7 @@
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-660910-4', {'cookieDomain': '.fixmystreet.com'});
+ga('create', 'UA-660910-4', {'storage': 'none'});
ga('set', 'anonymizeIp', true);
[% IF created_report %]
ga('require', 'ecommerce');