We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d8e15 commit a80eeebCopy full SHA for a80eeeb
index.html
@@ -28,19 +28,15 @@
28
}
29
</script>
30
31
-<!-- Google tag (gtag.js) -->
32
-<script async src="https://www.googletagmanager.com/gtag/js?id=G-0JXHZH1719"></script>
33
-<script>
34
- window.dataLayer = window.dataLayer || [];
35
-
36
- function gtag() {
37
- dataLayer.push(arguments);
38
- }
39
40
- gtag('js', new Date());
+ <!-- Google tag (gtag.js) -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-1JWL2DDTB4"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
41
42
- gtag('config', 'G-0JXHZH1719');
43
-</script>
+ gtag('config', 'G-1JWL2DDTB4');
+ </script>
44
</head>
45
46
0 commit comments