From 206d57ef6b86177256b895a27bc6a34ff31d14ac Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 17 Mar 2015 16:25:53 +0200 Subject: [PATCH] Fixed analytics tag --- app/views/master.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/master.blade.php b/app/views/master.blade.php index 7485139798e2..1347591e4124 100755 --- a/app/views/master.blade.php +++ b/app/views/master.blade.php @@ -91,7 +91,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', '{{ $_ENV['ANALYTICS_KEY'] }}'); + ga('create', '{{ $_ENV['ANALYTICS_KEY'] }}', 'auto'); ga('send', 'pageview'); function trackUrl(url) {