Forked from thomasgriffin/variablefunctioncallback.js
Last active
August 28, 2018 17:40
-
-
Save jtsternberg/56d144d825046e9e9e0d9417b62b10ab to your computer and use it in GitHub Desktop.
OptinMonster Dynamic Replacement API - variable function callback example.
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
<script type="text/javascript"> | |
window.OMCustomVariables = function(setCustom) { | |
setCustom('name', 'Thomas'); | |
}; | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment