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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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