Matomo Analytics.

This commit is contained in:
clive
2025-04-18 18:51:12 +10:00
parent a4120e0943
commit b13ab4925c

View File

@@ -12,7 +12,6 @@
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" /> <link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
<link rel="stylesheet" href="~/css/carousel.css" asp-append-version="true" /> <link rel="stylesheet" href="~/css/carousel.css" asp-append-version="true" />
<link rel="stylesheet" href="~/clivelancaster.styles.css" asp-append-version="true" /> <link rel="stylesheet" href="~/clivelancaster.styles.css" asp-append-version="true" />
<!-- Matomo --> <!-- Matomo -->
<script> <script>
var _paq = window._paq = window._paq || []; var _paq = window._paq = window._paq || [];
@@ -22,13 +21,12 @@
(function() { (function() {
var u="//analytics.rokoh.com/"; var u="//analytics.rokoh.com/";
_paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '6']); _paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})(); })();
</script> </script>
<!-- End Matomo Code --> <!-- End Matomo Code -->
<link rel="icon" type="image/x-icon" href='@Url.Content("~/favicon.ico")'> <link rel="icon" type="image/x-icon" href='@Url.Content("~/favicon.ico")'>
</head> </head>
<body> <body>