Skip to content

Instantly share code, notes, and snippets.

@noahub
Forked from johnnyopao/conversionClick.html
Last active August 29, 2015 14:21
Show Gist options
  • Save noahub/50e3a56732f6d2e7ad72 to your computer and use it in GitHub Desktop.
Save noahub/50e3a56732f6d2e7ad72 to your computer and use it in GitHub Desktop.
Adds targeted element as a Conversion Goal for your Unbounce landing page.
<script>
window.trackConversion = function() {
$('body').append('<iframe src="clkg/http/http/unbouncepages.com/blankpage/" style="display: none"></iframe>');
};
lp.jQuery(function($) {
$('#lp-pom-button-11').click(function () {
trackConversion();
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment