mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2024-11-21 20:11:04 +01:00
added matomo code
This commit is contained in:
parent
c6f68e7d78
commit
5f727ed915
19
index.html
19
index.html
@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<header>
|
||||
<head>
|
||||
<title>Kevin Veen-Birkenbach - Consulting and Coaching Services</title>
|
||||
<meta charset="utf-8" >
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
@ -58,7 +58,22 @@
|
||||
font-size: 0.7em;
|
||||
}
|
||||
</style>
|
||||
</header>
|
||||
<!-- Matomo -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//matomo.veen.world/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
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);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
|
Loading…
Reference in New Issue
Block a user