Skip to content

Commit

Permalink
chore: add ga to contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
aniruddha-adhikary committed Nov 5, 2024
1 parent 4847f86 commit b0f006e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,14 @@ <h2 class="text-2xl font-bold text-gray-900 mb-4">
// Call loadContributors on page load
window.onload = loadContributors;
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1YW6R1YDTY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-1YW6R1YDTY');
</script>
</body>
</html>

0 comments on commit b0f006e

Please sign in to comment.