Go to Haikii

Haikii Help Center

Search for any help questions or topics.

Adding the Facebook Pixel to a Funnel Page or Website

Avatar
Lauren Taylor
Updated 1 year ago
This video shows how to add your Facebook Pixel to your funnel or website page. If you're having trouble finding your full Pixel Code, simply use the code below but be sure to replace the XXXXXXXXXXXXXXX (in both places) with your Pixel ID Number.

Here is the link to the Pixel Helper Chrome Extension mentioned in the video to help you check it is working:

https://chrome.google.com/webstore/detail/facebook-pixel-helper/fdgfkebogiimcoedlicjlajpkdmockpc?hl=en

Below is the Script to amend with your own Pixel ID Number:

<!-- 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’, ‘XXXXXXXXXXXXXXX’);
fbq(‘track’, ‘PageView’);
</script>
<noscript>
<img height="“1”" width="“1”" src="“<a" href="https://www.facebook.com/tr?id=XXXXXXXXXXXXXXX&ev=PageView" target="_blank" rel="noopener noreferrer">https://www.facebook.com/tr?id=XXXXXXXXXXXXXXX&ev=PageView
&noscript=1”/>
</noscript>
<!-- End Facebook Pixel Code -->


Did this answer your question?
😞 😐 😃