Need help installing Facebook pixel tracking code to your website? Please follow the steps below or contact us for help. It's a known fact that 99.99% of all web & marketing agencies don't install this tracking correctly and it's an important piece to marketing and tracking proper ROI with conversions.
You can also view Facebook's documentation here.
(please note that the below example is only for the Facebook Event Code for conversions "Lead")
Step 1: Add the below code to Global Scripts in the "head" position" and replace the number in bold red below with your Facebook Pixel ID.
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '000000000000000');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1"
src="https://www.facebook.com/tr?id=000000000000000&ev=PageView
&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
Step 2: On your "thank you" page or the page you want to add the pixel tracking code to add the follow code into the "Content Scripts" area. Click "Add Script" then label the Name "Facebook Pixel" then copy and paste the code below.
<script>fbq('track', 'Lead');</script>