Multi Level Marketing - Detect code into URL into my Website

Hello

I want to create a Multi Level Marketing program. Every time a User A send a dedicated url of my website (with a random code embedded in it) to one of his friend (User B), and when user B connects to it, I will detect the UserA code (embedded into the url) and give a 20% commission / credit to User A from User B payments.

When User B connects / click on this special url, I need to detect and register User A as the initiator.

e.g: AirBnB is doing this …
17

Any suggestions how to do such feature?
Thanks for your advices

Regards
Pierre

Hi Pierre,

sure you can do it, is quite straight forward actually, you just need to create a personal code for userA when he signs up, then, in his profile section, you can let userA share his invitation link, who is a direct link to the signup page of your app. this link needs to have a url parameter with the personal code of userA, then, when userB clicks on that link, the signup page shall be loaded and it should detect if the url has the personal code of userA, if the URL does contain it, then at the moment of signup userB, you can indicate in that workflow that userB is referred by userA.

With that structure, in the payment sections of your app, you can make the proper actions to give userA a commission or percentage of userB payments.

If you need more assistance, don’t hesitate to send us a PM, we are quite experienced with that matter.

We have even integrated them in the past with QR codes and SMS links for referral. just like here:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.