Skip to content

Instantly share code, notes, and snippets.

@vwo-kb
Last active February 19, 2020 10:21
Show Gist options
  • Save vwo-kb/f9b4c2f80868eaac8f234a417e9aa859 to your computer and use it in GitHub Desktop.
Save vwo-kb/f9b4c2f80868eaac8f234a417e9aa859 to your computer and use it in GitHub Desktop.
If actual URL is changing and you want to change the custom URL, use the following code snippet to update the custom URL
(function() {
window.VWO.push(['onEventReceive', 'uC', function() {
// Add your custom url here
window._vis_opt_url = 'http://myVisOptURL.com/vis-opt';
}]);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment