From d9015c399cffb651b590d8831d22e3093ce95531 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Sun, 15 May 2016 17:13:43 -0400 Subject: [PATCH] Trying to add specific routing to fix GA being blocked --- client/template.dot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/template.dot b/client/template.dot index baf625578..0433d8c6c 100644 --- a/client/template.dot +++ b/client/template.dot @@ -21,7 +21,7 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), 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'); + })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-72212009-1', 'auto'); ga('send', 'pageview');