Searchnology.com
Dec 7th 2007, 6:29 pm
Hello,
I have affiliate tracking software that uses a conversion tracking pixel (image and/or javascript) to record sales on product websites. The javascript pixel just looks for a cookie on a users PC when they land on the purchase confirmation page and records the data to my tracking software.
What I need is a custom javascript that will load both my tracking pixel as well as a tracking pixel belonging to one of my traffic partners so they can track sales as well.
I need this because most product websites will only allow me to place a single pixel on their site. This solution would also allow me to add/delete multiple traffic partners without the product website having to add/delete several pixels.
To determine which traffic partner pixel needs to be loaded, the script will need to read from some sort of file on my server. i.e. If cookie on user's PC named X contains a value of Y then load my pixel as well as tracking pixel Z.
Thanks for any interest.
I have affiliate tracking software that uses a conversion tracking pixel (image and/or javascript) to record sales on product websites. The javascript pixel just looks for a cookie on a users PC when they land on the purchase confirmation page and records the data to my tracking software.
What I need is a custom javascript that will load both my tracking pixel as well as a tracking pixel belonging to one of my traffic partners so they can track sales as well.
I need this because most product websites will only allow me to place a single pixel on their site. This solution would also allow me to add/delete multiple traffic partners without the product website having to add/delete several pixels.
To determine which traffic partner pixel needs to be loaded, the script will need to read from some sort of file on my server. i.e. If cookie on user's PC named X contains a value of Y then load my pixel as well as tracking pixel Z.
Thanks for any interest.