Skip to content

Instantly share code, notes, and snippets.

@vwo-kb
Last active July 22, 2024 12:44
Show Gist options
  • Save vwo-kb/fe0d45cf4c53fb4bb6d4fe5e809a2d10 to your computer and use it in GitHub Desktop.
Save vwo-kb/fe0d45cf4c53fb4bb6d4fe5e809a2d10 to your computer and use it in GitHub Desktop.
// If VWO is not going to redirect the page
if (!window.willRedirectionOccurByVWO) {
//EXECUTE GA CODE HERE
} else {
// VWO is redirecting this page. So, don't execute UA/GA code here.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment