How to implement referral program in mobile Apps for both Android and iPhone

前端 未结 7 2299
无人共我
无人共我 2020-12-22 17:29

We have a mobile app that\'s available in both Google Play Store and Apple AppStore, we want to implement a referral program to get more users to install and use our App.

7条回答
  •  执笔经年
    2020-12-22 17:57

    It can be done using Google Campaign Measurement where in the utm_source just give unique number/string for each user which you will receive when user's friend installs the app as Google Play store will broadcast it after the installation. Refer to this question.

提交回复
热议问题