Skip to content

Instantly share code, notes, and snippets.

@ffkev
Created February 26, 2025 11:14
Show Gist options
  • Save ffkev/bc54c543dc35348ad81f26a48a6e9ace to your computer and use it in GitHub Desktop.
Save ffkev/bc54c543dc35348ad81f26a48a6e9ace to your computer and use it in GitHub Desktop.
Disable automatic page_view tracking in GA4
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('set', { 'send_page_view': false });
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment