Quick Tutorial: 2 Minutes To Set Up Facebook Inline Event Tracking on ClickFunnel Buttons
Author: Catherine Howell September 20 | Blog
Facebook Inline events help you to track people clicking on buttons on your landing page.
The reasons you may want to track these actions include:
1) You are sending traffic into a funnel where actions can’t be tracked (ex: Amazon page or Affiliate based marketing)
2) You would like to optimise for or retarget higher intent individuals (as opposed to people who just viewed the landing page and bounced out). Our very own Nicole Elliot put together a short video to show you how to set up inline event tracking on a ClickFunnels button.
How to Set Up Facebook Inline Event Tracking on Clickfunnel Buttons
To get started with this feature, just go to your pixel tab and select “set up the pixel manually” – from there you’ll see the option for Facebook inline event tracking and FB will give you your own snippet of code.
Here’s a snippet of code:
<script type=”text/javascript”>
var button = document.getElementById(‘BUTTON ID’);
button.addEventListener(
‘click’,
function() {
fbq(‘track’, ‘EVENT NAME’,);
},
false
);
</script>