Skip to content

Instantly share code, notes, and snippets.

@thomasgriffin
Created December 9, 2015 17:55
Show Gist options
  • Save thomasgriffin/3934943c8cdcea2e0d35 to your computer and use it in GitHub Desktop.
Save thomasgriffin/3934943c8cdcea2e0d35 to your computer and use it in GitHub Desktop.
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