If you have a website developer please put us in contact with them so they can install the correct pixel events. If you don’t have a website developer follow the steps below.
Choose the pixel you have set up
In the top right of the screen choose “Set Up”
Choose “Manually Install the Code Yourself”
On the top of the section click “Add your events” below the number 2
Skip section 1 and go to section 2 named “Add the events you’d like to track”
Access the body of your website through the backend and find the thank you page/s (if you have more than one thank you page)
Note: Choose the lead thank you pages that are actually considered leads for your business. Choosing an unqualified lead page will result in poor data performance.
Once you found the code for the thank you page/s insert this code in the <body> of the page:
<script>
fbq(‘track’, ‘Lead’);
</script>
Use Facebook’s instructions to further assist you.
If you want to keep track of newsletter signups or a separate lead event that is not as qualified as your key lead events then follow step 9 & step 10 (or step 13 & step 14 if using a button) and replace the code with:
<script>
fbq(‘track’, ‘CompleteRegistration’);
</script>
Again place the code within the <body> of the thank you page
Follow step 16 and we will confirm if the event has fired and is placed correctly.
Find the “Submit” button on the form you will use to capture the lead on.
Once you have found the button you capture leads on; find HTML code of the button and input the following:
<script>
fbq(‘track’, ‘Lead’);
</script>
Place between the<button> tag or follow the example provided by Facebook
Follow step 16 and we will confirm if the event has fired and is placed correctly.