Skip to content

Commit

Permalink
Add google analytics 4 js snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWags authored Sep 28, 2023
1 parent 4281d2e commit f2cdaa7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
<link href="https://unpkg.com/lineupjs/build/LineUpJS.css" rel="stylesheet">

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

gtag('config', 'G-RL3875SQTJ');
</script>
</head>
<body>
<noscript>
Expand Down

0 comments on commit f2cdaa7

Please sign in to comment.