We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f67f5fe + 29e661b commit fb772e8Copy full SHA for fb772e8
src/index.html
@@ -28,5 +28,14 @@
28
<app-root>
29
</app-root>
30
<script src="./assets/hammer.min.js" charset="UTF-8"></script>
31
+<!-- Google tag (gtag.js) -->
32
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-LLK3R2KD7S"></script>
33
+<script>
34
+ window.dataLayer = window.dataLayer || [];
35
+ function gtag(){dataLayer.push(arguments);}
36
+ gtag('js', new Date());
37
+
38
+ gtag('config', 'G-LLK3R2KD7S');
39
+</script>
40
</body>
41
</html>
0 commit comments