Last active
July 22, 2024 12:44
-
-
Save vwo-kb/fe0d45cf4c53fb4bb6d4fe5e809a2d10 to your computer and use it in GitHub Desktop.
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
| // 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