diff --git a/vector/index.html b/vector/index.html index f24fb2f9..46f3ba28 100644 --- a/vector/index.html +++ b/vector/index.html @@ -53,9 +53,7 @@ <script> if ( window.location.host === 'www.vector.im' || - window.location.host === 'vector.im' || - window.location.host === 'www.riot.im' || - window.location.host === 'riot.im' + window.location.host === 'vector.im' ) { (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), @@ -65,6 +63,19 @@ ga('create', 'UA-54779209-2', 'auto'); ga('send', 'pageview', window.location.pathname + window.location.search + window.location.hash); } + else if ( + window.location.host === 'www.riot.im' || + window.location.host === 'riot.im' + ) { + (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://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-65410662-4', 'auto'); + ga('send', 'pageview'); + + } else { var ga = null; }