View Single Post
  #5 (permalink)  
Old Apr 8th, 2007, 06:32
abhishekkaushik abhishekkaushik is offline
New Member
Join Date: Mar 2007
Location: india
Age: 24
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: tracking referrals?

You can do this as follows;

Give a unique randomly generated identification code (this can be generated from PHP functions like md5 using yours partners email address as input). Now when you submit your text or graphical banner the hyperlink should have of the form


http://yoursitename.com/index.php?ref=parterner's_id

to track the referrer to your referred page should be either PHP or ASP type, when somebody clicks the link the "ref" variable will be passed to your site

Next you have to place the necessary code to store this id
Reply With Quote