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