Created
June 4, 2025 07:24
-
-
Save dr5hn/92f85956f45bc744bbdccbee006304a9 to your computer and use it in GitHub Desktop.
Google Analytics 4 GA4 Snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Google tag (gtag.js) --> | |
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXX"></script> | |
<script> | |
window.dataLayer = window.dataLayer || []; | |
function gtag(){dataLayer.push(arguments);} | |
gtag('js', new Date()); | |
gtag('config', 'G-XXXXXXXXX'); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment