Skip to content

Instantly share code, notes, and snippets.

@Gummiees
Created February 2, 2022 12:25
Show Gist options
  • Save Gummiees/f4e3e0535bd0a99337c276faf7c896fe to your computer and use it in GitHub Desktop.
Save Gummiees/f4e3e0535bd0a99337c276faf7c896fe to your computer and use it in GitHub Desktop.
Checks whether the page the user comes from was the current one or not. This does not work if the user came by typing the URL.
if(!document.referrer.includes(window.location.host)) {
this.analyticsSink.logFirstLoadEvent();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment