Home > Paid Traffic Sources > Facebook & Instagram

How to use fb pixel to get people who go to offer page from lander. (3)


07-25-2016 02:23 PM #1 pokerstars99 (Member)
How to use fb pixel to get people who go to offer page from lander.

Hello,

I am Interested in figuring out how to use FB pixel so you grab people that leave your landing page once they click on a link to the offer page.

Only solution i know thus far is to use a redirect page after they click a link to the offer page. So i page in between. However there was clickloss when doing this.

If there is a thread already about this then please reply with the thread link.

Thanks


07-25-2016 04:47 PM #2 zeno (Administrator)

Try using this approach - http://stmforum.com/forum/showthread...re-Effectively

You'll likely take some hit no matter what you do, but this will be the lightest I believe, since there is just a small delay before redirecting out vs a new redirect hop.


07-25-2016 05:38 PM #3 stitch (Member)

You could set the CTA target to _blank, so the offer opens in a new window above the lander, then fire the pixel event on the lander (which by then is hidden below the offer window) onclick:

Code:
<!-- facebook pixel load -->
<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','//connect.facebook.net/en_US/fbevents.js'); </script>
<!-- pixel is now ready to fire -->

<a href="http://yourtracking.com/click" target="_blank" onclick="fbq('init', '1234567890');fbq('track', "PageView");">
Instant & as accurate as you're gonna get... only exception I can think of is if the user is using a browser plugin that turns _blank into _self (I used to use one... but I think those that do are a very small minority not worth worrying about).


Home > Paid Traffic Sources > Facebook & Instagram