Skip to content

Instantly share code, notes, and snippets.

@vwo-kb
Last active August 28, 2019 09:13
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