Ask HN: Affiliate Programs
I have a software as a service app that I've decided I would like to offer an affiliate program for. I spent some time today looking at various programs that are available and they all seem to have relatively high monthly fees, high setup fees, and obtuse setup processes.
Does anyone know of a simple affiliate program without setup or monthly fees? Ideally the provider would setup the affiliate accounts, charge me for the affiliate commissions plus their cut, then pay the affiliates. On my end, I'd look for the affiliate code and setup a cookie, and make a POST to the program with the affiliate code when someone signs up. I'd also like to review the affiliate applications to make sure they aren't spammy.
Does anything like this exist? What do you all use? If nothing like this exists, would anyone use it if I built it?
26 comments
[ 2.6 ms ] story [ 87.5 ms ] threadAre you interested in building and selling this or just making it available to others? Either way I'd be interested in helping in exchange for a working product. If you're interested ping me at mbenjaminsmith [at] gmail [dot] com.
* Allow setting of different commissions to different partners
* Don't force user to define plans. He may want to do a lot of custom plans and pay affiliates for it.
* Payouts using Paypal would be nice
* Don't know if you would like to get into this, but 2nd tier affiliate program is also nice to have
* Keep your commissions really low ;) (This is because already your users would be giving a lot of commissions: to affiliates, to paypal, to merchant banks, etc.)
1) probably more for v2 2) were trying to be really flexible 3) in v1 4) Probably v2, but if we see a huge demand for it, it will be part of an incremental release before v2 5) in v1 :-D
"Cloudomatic(flow) has no sign-up fees, monthly fees, or minimum transaction amounts. We only make money when you make money."
Can you be more specific?
It only took about a day in rails.
- make a migration to add "referrer_id" to users table
- put a before filter in application_controller to watch for a special param used in affiliate codes, if it exists store in session
- when new users sign up set their referrer_id out of the session if it exists
- whenever the "action" is taken by the user that triggers a referral commission, put this is pending transactions
- use a monthly cron job and paypal gem to send affiliate commission each month
That was the gist anyway.
But you can't review your affiliates or in anyway edit their payment process.
On the other hand they have over 10.000 affiliates in all niches.
It all depends on what your priorities are - do you want an army of affiliates or would you just like to offer the program to a few selected ones.
(I'm in no way affiliated with Clickbank, we're also looking for payment processing for our web app)