Programming Theory
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesProgramming Theory

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old July 18th, 2006, 12:08 PM
paritycheck paritycheck is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 10 paritycheck User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Need Help on Affiliate Program Project

Hi , I've been asked by my boss to work on a simple affiliate program for our portal. I do understand the entire concept of affiliate programs etc but technically I'm stuck.

So far our basic plan is that our affiliates send out emails to potential customers who then if interested sign up and pay for their membership on our portal. I'm kinda stuck on how to track the information of visitors and visitors who sign up with respect to whether they were referred or not and if they were referred then by whom.

Initially I worked on the idea of affiliates sending out preset emails containing a link to the website with the affiliates id included in the url as a parameter. But thats only plausible in situations when a customer clicks on the link in the email and continues to sign up from there. I mean lets say the customer visits the site and doesn't sign up immediately only to signup a few days later - I don't seem to think of any way to track this information as to whether the customer came through a referral or not. Any ideas out there guys

Reply With Quote
  #2  
Old July 19th, 2006, 12:39 AM
lig's Avatar
lig lig is offline
"Forum Nazi"
Codewalkers Demi-God (4500 - 4999 posts)
 
Join Date: Apr 2007
Location: Jacksonville, Fl
Posts: 4,727 lig User rank is Private First Class (20 - 50 Reputation Level)lig User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 1 h 4 m 45 sec
Reputation Power: 6
RE: Need Help on Affiliate Program Project

Why not just ask them who refered them?

Reply With Quote
  #3  
Old July 24th, 2006, 09:32 PM
y0y y0y is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Raleigh, NC
Posts: 140 y0y User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 11 sec
Reputation Power: 2
Send a message via AIM to y0y
RE: Need Help on Affiliate Program Project

The best solution is to pass an affiliate id as a parameter (as you said) and once it gets to the page, have the page store that id in a cookie. Then, anytime that user goes to the site for the next X days (life of the cookie), even if they didn't come directly from a referral link the last person who referred them will get credit.

This is how most affiliate programs operate. Exactly like that.

Reply With Quote
  #4  
Old July 26th, 2006, 06:19 PM
tyrsal tyrsal is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 17 tyrsal User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 35 sec
Reputation Power: 0
Send a message via AIM to tyrsal
RE: Need Help on Affiliate Program Project

You could give the affiliates a 'referral code', a type of password they could give to people they refer and when the person signs up they put in that code. store the code in the database and compare them.

Reply With Quote
  #5  
Old July 26th, 2006, 09:32 PM
y0y y0y is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Raleigh, NC
Posts: 140 y0y User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 11 sec
Reputation Power: 2
Send a message via AIM to y0y
RE: Need Help on Affiliate Program Project

Affiliates want to KNOW they're going to get paid. To rely on the people they refer to type in their special code is unacceptable. I don't know what product they are selling or to what scale he's talking, but if it's to the extent of other webmasters putting banners or links to their website for purchases then that method is not going to work. Every major affiliate program assigns each affiliate a unique ID that gets passed in the url (eg: www.site.com?refer=007) and that id is stored in a cookie. Upon every sale, the site checks to see if either

a) there is referal id set as a url parameter
- or -
b) therei s a referal id set in a cookie

and if so it gives credit to said referrer.

Just my $.02

Reply With Quote
  #6  
Old July 26th, 2006, 10:07 PM
instigator instigator is offline
Contributing User
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Maryland
Posts: 1,158 instigator User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 20 m 13 sec
Reputation Power: 3
RE: Need Help on Affiliate Program Project

a lot of people set their browser to block third party cookies, or clear their cookies every once in a while. also, if you just ask people who referred them (which would be my choice), they may not go to the trouble of entering in the information to make someone else money (unless they get some sort of savings because of it). and you can't store their ip address in a database with the referral id the first time they come, because a lot of people don't have static ip addresses.

there's really no fool-proof way of doing it, but a combination of asking them, and cookies pre-filling that field if cookies were accepted by the browser and not cleared in the mean-time might be a good set-up.

Reply With Quote
  #7  
Old July 31st, 2006, 11:57 AM
paritycheck paritycheck is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 10 paritycheck User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Need Help on Affiliate Program Project

I think I got the idea of how to pull this off. I guess I am putting too much unwarranted effort - besides we won't be planning on having a very extensive affiliate network anyway.

Thanks for the input guys.

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesProgramming Theory > Need Help on Affiliate Program Project


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway