Created
June 7, 2021 08:40
-
-
Save DopamineDriven/f06bb779812527ff38392dc93c467108 to your computer and use it in GitHub Desktop.
GA_TRACKING_ID
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
| export const pageview = (url: URL) => { | |
| window.gtag('config', GA_TRACKING_ID, { | |
| page_path: url | |
| }); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment