Skip to content

Commit 8fbc7bf

Browse files
authored
Update index.html
analytics
1 parent 66d8f53 commit 8fbc7bf

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,5 +615,16 @@ <h1>thirdkey.ai</h1>
615615
}
616616
}
617617
</script>
618+
619+
<!-- Google tag (gtag.js) -->
620+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9DXG8X15EC"></script>
621+
<script>
622+
window.dataLayer = window.dataLayer || [];
623+
function gtag(){dataLayer.push(arguments);}
624+
gtag('js', new Date());
625+
626+
gtag('config', 'G-9DXG8X15EC');
627+
</script>
628+
618629
</body>
619-
</html>
630+
</html>

0 commit comments

Comments
 (0)