Home > Paid Traffic Sources > Facebook & Instagram

facebook pixel with cloaked campaigns (5)


07-24-2016 12:13 AM #1 katim777 (AMC Alumnus)
facebook pixel with cloaked campaigns

Hi,

Does anyone know if it safe to place a html conversion pixel on offer page with affiliate network if I am running a cloaked campaign?
I mean if I am making FB belive that I am advertising just an article with ads on it, wouldn't it look suspicious that I choose website conversions as target and place pixel? Also pixel will leak the offer url, so if they wanted they could easily see that something shady is going on.

Thanks for help


07-24-2016 12:35 AM #2 albinoazul91 (Member)

I use to add fb pixels to all my landings pages since a few months ago and it works very well, i haven't had issues with that.


07-26-2016 10:59 PM #3 fbqueen (Senior Member)

You won't have any issues. Just give it a go!


07-27-2016 02:51 AM #4 mrmarketer (Member)

You can iFrame it and use GTM.


07-27-2016 10:20 AM #5 noipfraud (Member)

Here's an example of to do this with facebooks pixel.

The same principle should apply to most others types of pixels.

Facebook's documentation is here: https://developers.facebook.com/docs/facebook-pixel

You need to make sure your real and fake domains/pages support SSL.

You get your pixel code from them, something like this:

Code:
<!-- 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','//connect.facebook.net/en_US/fbevents.js');
// Insert Your Facebook Pixel ID below. 
fbq('init', 'FB_PIXEL_ID');
fbq('track', 'PageView');
</script>
<!-- Insert Your Facebook Pixel ID below. --> 
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=FB_PIXEL_ID&amp;ev=PageView&amp;noscript=1"/></noscript>
<!-- End Facebook Pixel Code -->
You then grab from that the image pixel in the <noscript> section, which is something like this:

Code:
<img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=FB_PIXEL_ID&amp;ev=PageView&amp;noscript=1"/>
you place this on a simple html page on your domain, like https://yourdomain.com/thankyou.html, then you iframe that page on your real page.

Hope this helps


Home > Paid Traffic Sources > Facebook & Instagram