Skip to content

Commit

Permalink
Added analytics to proxy page
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Feb 2, 2024
1 parent d38ab8e commit 6fa0473
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,15 @@
}
</script>
<script src="/assets/scripts/global.js?v=5"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script>
<script>
window.dataLayer = window.dataLayer || []

function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-WKJQ5QHQTJ')
</script>
</body>
</html>

0 comments on commit 6fa0473

Please sign in to comment.