Referral system
Aimed at those engaged in referral marketing, in order to strengthen the bond with their users by knowing the source channel from which they arrive.
Introduction
All DApps created with DexAppBuilder have a referral system automatically included and very easy to use. Below are the steps to use it correctly:
Creating your DApp: this is the most important step because is the start point.
Go to the DApp management section.
Once in your DApp backend navigate to the Analytics–Events section as we shown below
Let's create some example ref tags, these will be two and will be called
blog
andsocial
. If the full name + domain DApp is calledhttps://mycooldapp.dexkit.app
you need to append the/?ref=your-tag
to it, for example:
For the blog
tag: https://mycooldapp.dexkit.app/?ref=blog
For the social
tag: https://mycooldapp.dexkit.app/?ref=social
Checking the interactions
In the same page below you will see a data-plenty table (if you set up your referral system and you are already receiving users).
Last updated