We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40080aa commit 7466226Copy full SHA for 7466226
index.html
@@ -35,6 +35,15 @@
35
36
gtag('config', 'G-72PW1FZDE4');
37
</script>
38
+
39
+ <!-- Google tag (gtag.js) -->
40
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-RJ93D4865V"></script>
41
+ <script>
42
+ window.dataLayer = window.dataLayer || [];
43
+ function gtag(){dataLayer.push(arguments);}
44
+ gtag('js', new Date());
45
+ gtag('config', 'G-RJ93D4865V');
46
+ </script>
47
</head>
48
<body>
49
0 commit comments