问题描述
我想为如何共享链接到我的 android 应用程序的用户提供奖励.如何为 Android 市场的应用用户实施推荐计划?
I want provide bonuses to users how have shared link to my android application. How could I implement referral program for app users in Android market?
目前我不明白如何确定向用户提供 android 市场链接参考的来源.
Currently I don't understand how to determine source who provided reference of android market link to the user.
有什么想法吗?
推荐答案
请参阅 Android 市场活动跟踪文档:http://code.google.com/apis/analytics/docs/mobile/android.html#android-market-tracking
See the Android Market Campaign Tracking documentation: http://code.google.com/apis/analytics/docs/mobile/android.html#android-market-tracking
为每个用户生成独特的广告系列内容"并将其替换为市场网址非常容易.这将被提供给您的广播接收器并由您根据需要进行处理.
It's pretty easy to generate a unique "campaign content" per user, and substitute that into the market url. That would get provided to your broadcast receiver and processed by you as you wish.
这篇关于如何为 Android 市场的应用用户实施推荐计划?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!