Skip to content

Instantly share code, notes, and snippets.

@DopamineDriven
Created June 7, 2021 08:40
Show Gist options
  • Select an option

  • Save DopamineDriven/f06bb779812527ff38392dc93c467108 to your computer and use it in GitHub Desktop.

Select an option

Save DopamineDriven/f06bb779812527ff38392dc93c467108 to your computer and use it in GitHub Desktop.
GA_TRACKING_ID
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