Skip to content

Commit

Permalink
+google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenpt committed Aug 30, 2024
1 parent f06aeba commit 6a565ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,15 @@ <h5 class="modal-title" id="modalYesNoLabel">Yes Or No?</h5>
<script src="main.js"></script>
<script src="search.js"></script>
<script src="files.js"></script>


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

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

0 comments on commit 6a565ff

Please sign in to comment.