Skip to content

Commit

Permalink
Add (anonymized) Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Timendus committed Sep 24, 2021
1 parent 130bc80 commit 44c3d10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico">
<script type="text/javascript" src="index.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KKHH0F88Y4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KKHH0F88Y4', { 'anonymize_ip': true });
</script>
</head>
<body>
<main>
Expand Down

0 comments on commit 44c3d10

Please sign in to comment.