Skip to content

Commit

Permalink
chore: add google analytics to releases page
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Dec 23, 2024
1 parent a94fed5 commit 4858b84
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,16 @@ <h3>Download Scripts</h3>
})()
</script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R7JWQVGXJV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-R7JWQVGXJV');
</script>

<body>

</html>

0 comments on commit 4858b84

Please sign in to comment.