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
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.
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:
<!-- 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");">