Skip to content

Commit

Permalink
Adding GA tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
joseasv committed Feb 4, 2024
1 parent c3c230a commit 42841a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@

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

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

</html>

0 comments on commit 42841a8

Please sign in to comment.