diff options
author | Lukas Schauer | 2020-11-27 15:52:08 +0100 |
---|---|---|
committer | Lukas Schauer | 2020-11-27 15:52:08 +0100 |
commit | 2b3569e84870b571a7b87db3b9a2794d789fce82 (patch) | |
tree | 8e444f9e4f96721758f927ed9072dc6c2a56a28e /template/page.phtml | |
parent | eb831e6bbf3294fe49bfb016d49847a342828a0a (diff) |
fix google analytics url
Diffstat (limited to 'template/page.phtml')
-rw-r--r-- | template/page.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/page.phtml b/template/page.phtml index 141eca9..a5e38fa 100644 --- a/template/page.phtml +++ b/template/page.phtml @@ -113,7 +113,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','https://h539o27h2a.analytics.google.com.premiumservices.c3voc.de/analytics.js','ga'); +})(window,document,'script','https://h539o27h2a.analytics.google.com.premiumservices.c3voc.de/analytics.min.js','ga'); ga('create', 'UA-13373-42', 'auto'); ga('send', 'pageview'); |