Skip to content

Commit 4482f76

Browse files
authored
Add Google Analytics to Terbium
Adds the Google Analytics to Terbium so we can prove our ability for ads mhm.
1 parent e1f481a commit 4482f76

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,15 @@
1717
<script src="assets/libs/filer.min.js"></script>
1818
<script src="/scramjet/scramjet.controller.js"></script>
1919
<script src="https://cdn.jsdelivr.net/npm/eruda" onload="if (localStorage.getItem('eruda')) window.eruda.init()"></script>
20+
21+
<!-- Google tag (gtag.js) -->
22+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1RW33JJQS2"></script>
23+
<script>
24+
window.dataLayer = window.dataLayer || [];
25+
function gtag(){dataLayer.push(arguments);}
26+
gtag('js', new Date());
27+
28+
gtag('config', 'G-1RW33JJQS2');
29+
</script>
2030
</body>
2131
</html>

0 commit comments

Comments
 (0)