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 8dee0a3 commit 1b5af61Copy full SHA for 1b5af61
templates/analytics-superuserlabs.pug
@@ -8,4 +8,12 @@
8
| gtag('config', 'UA-121118459-1');
9
|</script>
10
11
-
+|<!-- Google tag (gtag.js) -->
12
+|<script async src="https://www.googletagmanager.com/gtag/js?id=G-2MVEP1H2F6"></script>
13
+|<script>
14
+| window.dataLayer = window.dataLayer || [];
15
+| function gtag(){dataLayer.push(arguments);}
16
+| gtag('js', new Date());
17
+|
18
+| gtag('config', 'G-2MVEP1H2F6');
19
+|</script>
0 commit comments