Skip to content

Commit

Permalink
prez: Add Analytics JS
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Sep 22, 2024
1 parent 687c79e commit d7027f1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/prez/sli.dev/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-3XME5HLEKZ"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-3XME5HLEKZ");
</script>
</head>

0 comments on commit d7027f1

Please sign in to comment.