Skip to content

Commit

Permalink
adding analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
laserpilot committed Jan 2, 2024
1 parent 75dc862 commit b8508b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
<script type="module" src="./js/taxonomy_tree_visualizer.js" defer="defer"></script>
</head>

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

gtag("config", "G-GG8H97KF4N")
</script>

<body>
<header>
<div class="title">
Expand Down

0 comments on commit b8508b3

Please sign in to comment.