Two conversion pixels

nickster

Really?
Aug 21, 2009
1,674
29
0
Does anyone know how to add two pixels or more to one offer?

I was thinking maybe to somehow host the pixels myself and when the pixel fires to my domain it automatically fires the other two. Does this sound possible?

Any other ways?
 


I am the affiliate and I want to place 2 pixels on an offer on a network. The network says they can't add multiple pixels on the offer and their system doesn't allow it either
 
Wouldn't it be possible to iframe pixels on your server and then add that link as one pixel?
 
Wouldn't it be possible to iframe pixels on your server and then add that link as one pixel?


yes, I do that all the time

<html>
<body>
<img src="https://medjuhbuytrackingpixelz.bz/fuckingacaiz/lolmoney?id=101571" width=1 height=1 border=0>
<img height="1" width="1" border="0" style="display: none;" src="https://YOURTRACKINGDOMAIN.COM/tracking202/static/gpx.php"/>
</body>
</html>


stick this as a html/php file on your server at say:

https: //www.yourtrackingdomain.com/pixels/ubercampaignpixel.html.

then for placing in a network:

<iframe src="https://www.yourtrackingdomain.com/pixels/ubercampaignpixel.html" frameborder="0" height="0" width="0" style="display: none;">


or of course for something like hitpath:

choose 'iframe' from the drop down and then paste in: https: //www.yourtrackingdomain.com/pixels/ubercampaignpixel.html
 
yes, I do that all the time

<html>
<body>
<img src="https://medjuhbuytrackingpixelz.bz/fuckingacaiz/lolmoney?id=101571" width=1 height=1 border=0>
<img height="1" width="1" border="0" style="display: none;" src="https://YOURTRACKINGDOMAIN.COM/tracking202/static/gpx.php"/>
</body>
</html>


stick this as a html/php file on your server at say:

https: //www.yourtrackingdomain.com/pixels/ubercampaignpixel.html.

then for placing in a network:

<iframe src="https://www.yourtrackingdomain.com/pixels/ubercampaignpixel.html" frameborder="0" height="0" width="0" style="display: none;">


or of course for something like hitpath:

choose 'iframe' from the drop down and then paste in: https: //www.yourtrackingdomain.com/pixels/ubercampaignpixel.html

Thanks for that code man. I guess you need SSL certificate to pull it off though? I never tried setting that up on my server. Gotta look into it.
 
for most offers, yes.

very easy to setup, usually you can call your host with problems. Namecheap for easy cheap SSL certs.

Note: ssl certs can be issued like domain names in any name. Oh whattup international registrant off domain bought with prepaid card from public wifiz with ssl bought the same way with same international registrant.

Just sayin...
 
Do you need 2 pixels to fire all the time, or do you need just one of them to fire? If you need two pixels at once, use an iframe setup. If the merchant only supports image pixels, you can only throw one. I wrote a custom-coded tracking system to throw the proper pixel - so if the user comes in from source X, it throws X pixel. If they come in on source Y, it throws Y, etc... If that's what you're looking to do, just use T202, much easier than coding your own system.