View Single Post
Old 10-26-2009, 07:00 AM  
Wolfy
Confirmed User
 
Wolfy's Avatar
 
Industry Role:
Join Date: Dec 2003
Location: Wisconsin
Posts: 3,574
Quote:
Originally Posted by AIbenjamink View Post
Gotcha, sounds like you are on the right track.

Your next step would be to create the database on your server to store the referral information. In the simplest case, your database table would contain columns along the lines of "RefID", "RefCount", "JoinCount". When the referral link is initially visited, the visit would be added to "RefCount". After the visitor signs up, you would increment the "JoinCount". In the end, you would have a database containing the referrer IDs, the number of people referred to the signup, and the actual number of signups processed.

There are additional tracking features and checks you may wish to implement, but hopefully this gets you started
Actually, that does piece it together for me a little better. Aweber allows me to specify a "success" page, and it also allows me to create custom fields in the join form. If one of my custom fields sent the info to a database, and then the success page tracked the information to the same database, should work perfectly!

So I need someone with sql and php coding knowledge. I am willing to pay, who can help me here?
Wolfy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote