Created
July 19, 2023 08:45
-
-
Save dan-donica/75bf0e2915f7612c9434fb927cb25395 to your computer and use it in GitHub Desktop.
HC || Facebook - Conversions triggered by form submissions
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
<!-- Begin "Conversions triggered by form submissions" || Help center --> | |
<!-- Insert in Settings->Javascript->Body --> | |
<!-- IN:20200120-19-2 --> | |
<script type="text/javascript"> | |
window.instapageFormSubmitSuccess = function (form) { | |
fbq('track', 'Lead'); | |
}; | |
</script> | |
<!-- End "Conversions triggered by form submissions" || Help center --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://help.instapage.com/hc/en-us/articles/360016176731-Using-events-to-track-conversions-with-the-Facebook-Pixel