Click to See Complete Forum and Search --> : Looking for affiliate solution


buddha
09-17-2003, 09:55 AM
My first post so excuse the potential ignorance. Im looking for an ASP affiliate management solution that allows me to place an image tag on someones site (with an banner referenced from my server) with a referral code on it.

I then need a pickup page that counts the number of times that image is called and by which referral code and writes an entry into a DB. At the same time it should write a cookie to the users browser thats called on the payment response page. The script on the response page should then grab the cookie and write a second entry into the same row of the DB with payment amount and date (server time).

Any ideas?

Ribeyed
09-17-2003, 05:40 PM
hi,
i think your best bet would be to create an include file in ASP that you can include on the other web sites. I think if you use relative path to your server then your ASP page will be called every time the page is displayed from the other site, following me so far?
In your include file (ASP file) you can add what every code you like to log to database and set cookie. All you would have on the page is the ASP code and an image, no HTML head, body tags etc.

hope this helps

buddha
09-18-2003, 05:46 AM
Sounds like a more logical approach - thanks.

Ill let you know how i get on.