OptinMonster Dynamic Replacement API - function callback example.
<script type="text/javascript"> | |
function OptinMonsterCustomVariables(app) { | |
app.setCustomVariable('name', 'Thomas'); | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment