I want to implement an affiliate marketing scheme where people can come to my site via a link on an other website, of the form www.travelclinic.biz/affid=123 I may optionally want to go directly to a product.
I have seen the use of referrer.pl but the links seemed quite complicated, so I thought of writing an asp page such as www.travelclinic.biz/aff.asp?id=123&prod=12 which took the two arguments and redirected to the complicated script name - what do you think of this idea ? Is it daft ? I know I shall have to store the link info in a database of some form but my product range doesn't change that often.
The other problem is that some people may be directed to the website not by a link but some other way - can I get them to quote an affiliate id at some point (say at checkout stage) and use this somehow.
I guess the affiliate ID should be stored in a cookie so I can track future sales as well.
Finally, how does the info supplied via referrer.pl get sent to me i.e. how will I be able to download it into my affiliate sales database ?
All help and suggestions gratefully received.
Regards
David
I have seen the use of referrer.pl but the links seemed quite complicated, so I thought of writing an asp page such as www.travelclinic.biz/aff.asp?id=123&prod=12 which took the two arguments and redirected to the complicated script name - what do you think of this idea ? Is it daft ? I know I shall have to store the link info in a database of some form but my product range doesn't change that often.
The other problem is that some people may be directed to the website not by a link but some other way - can I get them to quote an affiliate id at some point (say at checkout stage) and use this somehow.
I guess the affiliate ID should be stored in a cookie so I can track future sales as well.
Finally, how does the info supplied via referrer.pl get sent to me i.e. how will I be able to download it into my affiliate sales database ?
All help and suggestions gratefully received.
Regards
David
Comment