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
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.
You won't have any issues. Just give it a go!
You can iFrame it and use GTM.
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:
<!-- 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&ev=PageView&noscript=1"/></noscript>
<!-- End Facebook Pixel Code -->
<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=FB_PIXEL_ID&ev=PageView&noscript=1"/>