Skip to content

Commit 1e38271

Browse files
committed
Change analytics to the latest GA4 tag.
1 parent 98a0d93 commit 1e38271

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
<meta charset="UTF-8">
55
<title>RegExr: Learn, Build, &amp; Test RegEx</title>
66

7-
<!-- Global Site Tag (gtag.js) - Google Analytics -->
8-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-3579542-6"></script>
7+
<!-- Google tag (gtag.js) -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FS551ZDYMX"></script>
99
<script>
10-
window.dataLayer = window.dataLayer || [];
11-
function gtag(){dataLayer.push(arguments)};
12-
gtag('js', new Date());
13-
gtag('config', 'UA-3579542-6');
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
13+
14+
gtag('config', 'G-FS551ZDYMX');
1415
</script>
1516

1617
<!-- source for this is in ./assets/workers/RegExWorker.js -->

0 commit comments

Comments
 (0)