summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2022-09-07 12:47:45 +0200
committerDimitri Sokolyuk <sokolyuk@gmail.com>2022-09-07 12:47:45 +0200
commitfff6215940e4b3e1783e8644974623c8c9f9c806 (patch)
tree07fdc9cabc1f64f7ecd370dbbe67f247c5aa6e34 /htdocs
parent371b990088497275ccff5b08bbb043c8daad6b9d (diff)
Update to GA4
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/template/root.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/template/root.tmpl b/htdocs/template/root.tmpl
index bbd17b2..9184490 100644
--- a/htdocs/template/root.tmpl
+++ b/htdocs/template/root.tmpl
@@ -14,13 +14,13 @@
<link rel="stylesheet" href="/static/style.css">
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.atom">
- <!-- Global site tag (gtag.js) - Google Analytics -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-22272807-1"></script>
+ <!-- Google tag (gtag.js) -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-W6LK6ZDS73"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
- gtag('config', 'UA-22272807-1');
+ gtag('config', 'G-W6LK6ZDS73');
</script>
</head>
<body>