diff options
-rw-r--r-- | templates/web/fixmystreet.com/tracking_code.html | 2 |
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'); |