Skip to content

Commit

Permalink
Added google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Nov 30, 2024
1 parent 920ab72 commit b02f2e9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,18 @@
defer
></script>
<script type="module" src="/src/main.tsx"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-LTD6DNE6R8"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-LTD6DNE6R8");
</script>
</body>
</html>

0 comments on commit b02f2e9

Please sign in to comment.