-
-
Save noahub/50e3a56732f6d2e7ad72 to your computer and use it in GitHub Desktop.
Adds targeted element as a Conversion Goal for your Unbounce landing page.
This file contains hidden or 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> | |
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