Skip to content

Commit

Permalink
matomo
Browse files Browse the repository at this point in the history
matomo
  • Loading branch information
tylermneher committed Feb 2, 2024
1 parent ca5973a commit f14695e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
<html lang="en-US">

<head>
<!-- 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.neher.casa/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '4']);
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 -->

<meta charset="utf-8" />

<title>Tyler M. Neher and Saint Kitts and Nevis at the United Nations</title>
Expand Down

0 comments on commit f14695e

Please sign in to comment.