Skip to content

Commit

Permalink
Update index.html - add GA Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vsouza authored Apr 8, 2024
1 parent 798acc2 commit 3dccf14
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 @@ -3709,4 +3709,13 @@ <h3 id="other-xcode"><a class="anchor" aria-hidden="true" tabindex="-1" href="#o
}, 2000);
});
}</script></markdown-style></body>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173618343-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-173618343-1');
</script>
</html>

0 comments on commit 3dccf14

Please sign in to comment.