Skip to content

Instantly share code, notes, and snippets.

@dangrossman
Created November 20, 2014 23:23
Show Gist options
  • Save dangrossman/ef6f4a73e3362bd9ee22 to your computer and use it in GitHub Desktop.
Save dangrossman/ef6f4a73e3362bd9ee22 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="https://valuestream.iljmp.com/improvely.js"></script>
<script type="text/javascript">
improvely.init('valuestream', 1);
$(document).ready(function() {
$('#yourbutton').click(function() {
improvely.conversion({
goal: 'CTA Button Clicked'
});
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment