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 daa1b9b commit ea57cd0Copy full SHA for ea57cd0
src/index.html
@@ -83,5 +83,14 @@ <h6>H6 Element</h6>
83
</main>
84
<footer></footer>
85
<script type="module" src="./index.ts"></script>
86
+ <!-- Google tag (gtag.js) -->
87
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-YLLRFZLXZB"></script>
88
+ <script>
89
+ window.dataLayer = window.dataLayer || [];
90
+ function gtag(){dataLayer.push(arguments);}
91
+ gtag('js', new Date());
92
+
93
+ gtag('config', 'G-YLLRFZLXZB');
94
+ </script>
95
</body>
96
</html>
0 commit comments