How did you implement an affiliate program into your app?
Whatsup guys?
I'm planning on adding an affiliate program system to my app in the coming weeks/months. Was just wondering what kind of existing system you guys use or if you created your own system.
Thanks!
I think it can be as simple as having a coupon system via Stripe, and then letting your affiliates pass those out (5% off with this).
Alternatively, you can track using cookies and such. Did this before for a client years ago. Probably about 1-3 days of dev time.
I recommend you this great article written by @m1guelpf. Even though is for Laravel, you can replicate it in whatever language you are using. Is a pretty smart and simple solution to begin with. Good luck!
@friz Sorry! I fixed my previous comment, but the link is: https://miguelpiedrafita.com/laravel-affiliate
Please sign in to leave a comment.