GA: Add Google Analytics snippets

Signed-off-by: Youngsoo Shin <sysx114@gmail.com>
This commit is contained in:
Youngsoo Shin
2025-01-12 01:17:07 +09:00
committed by YoungSoo Shin
parent 515917064c
commit bce0e50409

View File

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