Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jtsternberg/56d144d825046e9e9e0d9417b62b10ab to your computer and use it in GitHub Desktop.
Save jtsternberg/56d144d825046e9e9e0d9417b62b10ab to your computer and use it in GitHub Desktop.
OptinMonster Dynamic Replacement API - variable function callback example.
<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