Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Created February 8, 2026 12:33
Show Gist options
  • Select an option

  • Save vanaf1979/8163abe72cfd1e3adfa7335df1e64cba to your computer and use it in GitHub Desktop.

Select an option

Save vanaf1979/8163abe72cfd1e3adfa7335df1e64cba to your computer and use it in GitHub Desktop.
GA4 custom page views
gtag('event', 'page_view', {
page_title: document.title,
page_location: window.location.href,
page_path: window.location.pathname
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment