Skip to content

Commit fa9c669

Browse files
committed
Added google tag for analytics
1 parent 282f976 commit fa9c669

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
<!-- Google font icons -->
1010
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" /> -->
1111
</head>
12+
<!-- Google tag (gtag.js) -->
13+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BXLJ7MK1KE"></script>
14+
<script>
15+
window.dataLayer = window.dataLayer || [];
16+
function gtag(){dataLayer.push(arguments);}
17+
gtag('js', new Date());
18+
19+
gtag('config', 'G-BXLJ7MK1KE');
20+
</script>
1221
<body>
1322
<app-root class="theme--dark"></app-root>
1423
</body>

0 commit comments

Comments
 (0)