Skip to content

Instantly share code, notes, and snippets.

@thomasgriffin
Last active August 28, 2018 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thomasgriffin/97380eb9d8879e240d18 to your computer and use it in GitHub Desktop.
Save thomasgriffin/97380eb9d8879e240d18 to your computer and use it in GitHub Desktop.
OptinMonster Dynamic Replacement API - variable function callback example.
<script type="text/javascript">
var OptinMonsterCustomVariables = function(app) {
app.setCustomVariable('name', 'Thomas');
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment