Skip to content

Instantly share code, notes, and snippets.

@dr5hn
Created June 4, 2025 07:24
Show Gist options
  • Save dr5hn/92f85956f45bc744bbdccbee006304a9 to your computer and use it in GitHub Desktop.
Save dr5hn/92f85956f45bc744bbdccbee006304a9 to your computer and use it in GitHub Desktop.
Google Analytics 4 GA4 Snippet
<!-- 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