diff --git a/_includes/footer.html b/_includes/footer.html index 48099ee48b153d41972a17529f34533922a9242a..d99774c79cc7cea9f9d4a4e62224e278199f854f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -35,21 +35,25 @@ </div> </div> </footer> - - - <!-- JS --> - <script src="//static.getmonero.org/scripts.js"></script> - <script type="text/javascript"> - $(document).ready(function(){ - $('[data-toggle="tooltip"]').tooltip(); - }); - (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','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-53312765-1', 'auto'); - ga('require', 'linkid', 'linkid.js'); - ga('send', 'pageview'); - </script> - - {% include hostflag.html %} +<!-- Matomo --> +<script type="text/javascript"> + var _paq = _paq || []; + /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ + _paq.push(['trackPageView']); + _paq.push(['enableLinkTracking']); + (function() { + var u = "//analytics.getmonero.org/"; + _paq.push(['setTrackerUrl', u + 'piwik.php']); + _paq.push(['setSiteId', '1']); + var d = document, + g = d.createElement('script'), + s = d.getElementsByTagName('script')[0]; + g.type = 'text/javascript'; + g.async = true; + g.defer = true; + g.src = u + 'piwik.js'; + s.parentNode.insertBefore(g, s); + })(); +</script> +<!-- End Matomo Code --> +{% include hostflag.html %} \ No newline at end of file diff --git a/language.php b/language.php index d564327bddbbd89992fb1d2898eb671c777d3fa0..119869007b976b882b8a7d247860b1ada937dc3e 100644 --- a/language.php +++ b/language.php @@ -71,15 +71,5 @@ if (isset($_COOKIE["MONERO_LANG"])) <!-- JS --> <script src="//static.getmonero.org/scripts.js"></script> - <script> - (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','//www.google-analytics.com/analytics.js','ga'); - - ga('create', 'UA-53312765-1', 'auto'); - ga('require', 'linkid', 'linkid.js'); - ga('send', 'pageview'); - </script> </body> </html> diff --git a/legal/index.md b/legal/index.md index 84c1646781e2145005b0dd770b8e94aade9a84de..7bdc5d49e0459aa3d63e385369e65585ff568841 100644 --- a/legal/index.md +++ b/legal/index.md @@ -158,11 +158,11 @@ Certain logos, such as those for the operating systems and platforms we support <div class="col" markdown="1"> ### What We Collect -The Monero Project uses Google Analytics to collect usage and visitor data for this website. This is enabled via a small piece of JavaScript code, and will not run if you have JavaScript disabled. We also collect standard server logs from our webserver. +The Monero Project uses [Matomo](https://matomo.org/) to collect usage and visitor data for this website. This is enabled via a small piece of JavaScript code, and will not run if you have JavaScript disabled. We also collect standard server logs from our webserver. ### What We Use the Data For -The Google Analytics data is used to provide statistics on the website and help us to improve the content and the information flow. +The Matomo data is used to provide statistics on the website and help us to improve the content and the information flow. Server logs are used to analyze errors and diagnose requests to dead links. A portion of the server logs are used to gather statistics on Monero downloads in order to help us better understand our user's needs. </div>