Last active
August 28, 2019 09:13
-
-
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.
This file contains 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