GetSocial Referral System use cases¶
Following are just a few examples of how you can use GetSocial Referral System to acquire and engage your users.
App Install Referrer (Default)¶
GetSocial sets referrer relationships automatically on app install event and therefore rewarding install referrers can be done out of the box.
How?
- John invites Tim using GetSocial Smart Invites
- Tim clicks on the invite link and installs the app
- GetSocial sets John as the App Install referrer of Tim
- The app rewards John for referring a friend
Custom Event Referrer (Set manually)¶
In addition to the default install referrer, you can manually set the referrer for the current user by calling the setReferrer
method in the SDK at any time.
How?
- John recommends Tim and 5 other in-app friends to watch a video
- Tim and 5 other friends get an in-app notification with the recommendation which includes a deep link to the video content
- Tim watches a video and the app sets John as the
Content
referrer of Tim - 5 other friends also watch the video and app sets John as the
Content
referrer for each of them - John’s referred user count increases by 6
- The app rewards John for influencing friends to engage with the content
Custom Event Referrer (Set automatically using Smart Flows)¶
You can set the referrer by creating a Smart Flows that is triggered on a specific event (system or custom) with a Set Referrer action. This action will establish a referrer relationship between the user that triggered the event and the last user that drove him to the app using a Smart Invite link.
How?
- John shares an in-app content (e.g. video, retail product) with 5 friends
- They already have the app installed and are deep linked to the content.
- GetSocial marks John as a potential referrer for these friends until they consume the content (i.e. watch the video, or purchase the product).
- 3 of the friends consume the content
- Smart flow automation sets John as a referrer for 3 friends.