Use auto in ga call. Closes #2454
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
(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','https://www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', '{{ $app_analytics }}', '{{ $_SERVER['SERVER_NAME'] or '' }}');
|
||||
ga('create', '{{ $app_analytics }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user