Created
February 8, 2026 12:33
-
-
Save vanaf1979/8163abe72cfd1e3adfa7335df1e64cba to your computer and use it in GitHub Desktop.
GA4 custom page views
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
| 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