From 50666cee12dea383764f45ce8739d8104e279282 Mon Sep 17 00:00:00 2001 From: Andy Janata Date: Sun, 26 Jan 2014 10:15:13 -0800 Subject: [PATCH] change google analytics url --- WebContent/analytics.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/analytics.jsp b/WebContent/analytics.jsp index 4176323..5b9cd93 100644 --- a/WebContent/analytics.jsp +++ b/WebContent/analytics.jsp @@ -6,7 +6,7 @@ _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();