Skip to content

Instantly share code, notes, and snippets.

@vwo-kb
Last active August 28, 2019 09:13
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/ef066041ded1572ada2b995c3855f2f7 to your computer and use it in GitHub Desktop.
Save vwo-kb/ef066041ded1572ada2b995c3855f2f7 to your computer and use it in GitHub Desktop.
If you have a PHP 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.php'
}
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment