Add Google Analytics

This commit is contained in:
mxcl 2022-03-23 12:24:46 -04:00
parent 706e4d7d04
commit dfc85fad80
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -277,3 +277,11 @@
<p style="margin-top: 3rem">You can also share our <a href="https://linktr.ee/teaxyz">Linktree</a>.</p>
</div>
</body>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q3M5LVH76F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q3M5LVH76F');
</script>