We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1f0a9 commit f827ad3Copy full SHA for f827ad3
_includes/analytics.pug
@@ -8,6 +8,18 @@ script
8
|
9
| gtag('config', 'UA-91551508-1');
10
11
+
12
+// New Google Analytics 4 tag
13
+|<!-- Google tag (gtag.js) -->
14
+|<script async src="https://www.googletagmanager.com/gtag/js?id=G-SNPLMVFB8V"></script>
15
+|<script>
16
+| window.dataLayer = window.dataLayer || [];
17
+| function gtag(){dataLayer.push(arguments);}
18
+| gtag('js', new Date());
19
+|
20
+| gtag('config', 'G-SNPLMVFB8V');
21
+|</script>
22
23
script
24
|// From: https://support.google.com/analytics/answer/7478520?hl=en
25
|/**
0 commit comments