Skip to content

Instantly share code, notes, and snippets.

@vwo-kb
Created September 9, 2019 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vwo-kb/884587ded823e25b054067dc85ca6afb to your computer and use it in GitHub Desktop.
Save vwo-kb/884587ded823e25b054067dc85ca6afb to your computer and use it in GitHub Desktop.
Using Custom URLs for SPA
window.VWO = window.VWO || [];
window.VWO.push(['activate', {
customUrl: 'http://mycustomurl.com/custom-url'
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment