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 90ba73d commit 4687bf1Copy full SHA for 4687bf1
site/404.html
@@ -82,5 +82,16 @@ <h1>404</h1>
82
</style>
83
</div>
84
85
+ <!-- Global site tag (gtag.js) - Google Analytics -->
86
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-151755889-1"></script>
87
+ <script>
88
+ window.dataLayer = window.dataLayer || [];
89
+ function gtag() {
90
+ dataLayer.push(arguments);
91
+ }
92
+ gtag('js', new Date());
93
+
94
+ gtag('config', 'UA-151755889-1');
95
+ </script>
96
</body>
97
</html>
0 commit comments