Skip to content

Commit f18629a

Browse files
Added Google Analytics 📑
1 parent 0d82ff4 commit f18629a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

‎index.html‎

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,14 @@ <h1>
120120

121121
<script src="./scripts/hist.js"></script>
122122
<script src="./scripts/calc.js"></script>
123-
<!-- Global site tag (gtag.js) - Google Analytics -->
124-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-70447982-5"></script>
123+
<!-- Google tag (gtag.js) -->
124+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-45C37D3GB5"></script>
125125
<script>
126-
window.dataLayer = window.dataLayer || [];
127-
function gtag(){dataLayer.push(arguments);}
128-
gtag('js', new Date());
129-
gtag('config', 'UA-70447982-5');
126+
window.dataLayer = window.dataLayer || [];
127+
function gtag(){dataLayer.push(arguments);}
128+
gtag('js', new Date());
129+
130+
gtag('config', 'G-45C37D3GB5');
130131
</script>
131132
<script>
132133
const toggleMode = document.getElementById('toggle-mode');

0 commit comments

Comments
 (0)