It seems there is no plugin for that.
I want the app to allow someone earn affiliate commissions by referring others to join the platform and the app will automatically handle the payout.
What should I do?
I broke it down here.
You’re going to need a few things
A way to drop cookies (local storage plug-in)
https://bubble.io/plugin/browser-cookies-1569581890031x821756292855234600
A random generated string or unique Id
that appends to the end of your URL I’d call this something like “ref” (gets saved to the profile of the user) you will use this as a URL param.
A data field inside user for long term tracking of who referred them. Referring user - data type = user
data type “cookies” (exp…
Or use a solution like tapfiliate
1 Like
system
Closed
November 25, 2023, 3:41pm
3
This topic was automatically closed after 70 days. New replies are no longer allowed.