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 f827ad3 commit 5a5ce47Copy full SHA for 5a5ce47
_includes/analytics.pug
@@ -7,18 +7,7 @@ script
7
| gtag('js', new Date());
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>
+ | gtag('config', 'G-SNPLMVFB8V');
22
23
script
24
|// From: https://support.google.com/analytics/answer/7478520?hl=en
0 commit comments