Submit a request

Facebook Pixel Webrooms and Website Tracking

 

Webrooms Conversion Tracking:

  1. Find the Property in Webrooms and visit System Settings -> Customise Form
  2. Find the "Booking System Thanks Page" text editor at the bottom
  3. Use the <> button to "View Source", and paste the below code into the source window
  4. Be sure to replace {your-pixel-id-goes-here} with the correct Facebook pixel ID in the two places it appears
  5. Save the "Source Code" window, then also Save the Customise Form page (Green Save button)

Note this uses a %TOTALVALUE% field to dynamically insert the value of the conversion.

<!-- 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', '{your-pixel-id-goes-here}');
fbq('track', 'Purchase', {currency: "NZD", value: %TOTALVALUE%});
</script>
<noscript>
<img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id={your-pixel-id-goes-here}&ev=PageView&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->

Website Tracking

At the bottom of any page:

  1. Paste the below code at the bottom of any html page:
  2. Be sure to replace {your-pixel-id-goes-here} with the correct Facebook pixel ID in the two places it appears
<!-- 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', '{your-pixel-id-goes-here}');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id={your-pixel-id-goes-here}&ev=PageView&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->

 

 
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.