Skip to content

Instantly share code, notes, and snippets.

@vwo-kb
Last active January 22, 2020 09:44
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/6c5d44cd391ade091fd1711fb53cbfae to your computer and use it in GitHub Desktop.
Save vwo-kb/6c5d44cd391ade091fd1711fb53cbfae to your computer and use it in GitHub Desktop.
If you have a Node.js implementation, the following configuration needs to be installed before the VWO Smart Code.
window.VWO = window.VWO || [];
VWO.push(['config', {
storage: {
// enter the full url of the sync script
syncUrl: 'https://somewebsite.com/sync'
}
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment