Track Referrals

Reward your customer for referrals and grow your business.

Introduction

One of the most effective ways to acquire new customers is through referrals. You can use Gameball referrals capabilities to encourage your customers to invite their friends by offering rewards for successful referrals to both the referrer and the recipient.

Gameball referrals uses Firebase Dynamic Links in the background to generate customers' referral links and track referrals. Dynamic Links are smart URLs (deep links) that survive the app install process, so new referred customers via referral links will be easily tracked when they open the app for the first time.

Gameball and its SDK provides hassle free integration to track referrals where you will only need to

  1. Provide your firebase info through Gameball dashboard to generate referral links to your customers.

  2. Invoke the registerPlayer method to create a new Customer profile and the referral code will be captured automatically.

Your customers will be able to get and share their referral link from Gameball Customer Profile

Tracking referral requires Firebase and Firebase Dynamic Links SDKs installed into your app.

Integration Steps

To integrate and track referrals you need to perform two main steps

  1. Configure your Firebase dynamic links settings from your Firebase console.

  2. Configure Firebase on your App and Gameball account dashboard.

  3. Invoke SDK register player method within your App user registration flow.

Integration Details

After setting up the necessary Firebase dependencies and adding your Firebase details to Gameball's dashboard, and calling register player , the system will automatically detect if there is a referral code. If a referral code is found, it will be included in the registration request. This allows the newly registered customer to be linked with the referral code.

Last updated