Best way to manage lots of pixels on conversion page

invisible777

New member
Jul 3, 2007
1,332
17
0
Been playing with the best way to manage pixels on the conversion page of some offers I am starting to run as an advertiser/AOR, and ran into the problem of pixels not firing evenly... Some pixels fire on conversion, other's don't. Could it have something to do with the conversion page redirecting out before all the pixels fire? How do you guys best manage pixels?

It's probably something simple, but I'm more of a marketer than a developer -- and my Indians are only good at following orders, not figuring out solutions. Any ideas?
 


You ABSOLUTELY need dynamic pixel code. While the technical specs will depend on your programming language, it basically works as follows. You give each of your affiliates/networks/whatever a distinct value as a parameter on the tracking link you give them (i.e. http://www.mysite.com/index.php?prod=23&affid=XXXXX - and you replace the XXXXX with their unique ID). You need to carry this unique ID through the signup process right up until the conversion page. On the conversion page, your code will need to look at the unique ID carried through and then only display the pixel for that particular partner).

If you do not use dynamic pixelling, you will run into the problem you see now (not all pixels load before the surfer gives up), or worse, you will wind up double pixelling and you could be paying twice for a single lead.