How could I implement referral program for app users in Android market?(如何为 Android 市场的应用用户实施推荐计划?)
问题描述
我想为如何共享链接到我的 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 市场的应用用户实施推荐计划?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何为 Android 市场的应用用户实施推荐计划?


基础教程推荐
- 在 iOS 上默认是 char 签名还是 unsigned? 2022-01-01
- LocationClient 与 LocationManager 2022-01-01
- 使用 Ryzen 处理器同时运行 WSL2 和 Android Studio 2022-01-01
- 固定小数的Android Money Input 2022-01-01
- “让"到底是怎么回事?关键字在 Swift 中的作用? 2022-01-01
- :hover 状态不会在 iOS 上结束 2022-01-01
- Android ViewPager:在 ViewPager 中更新屏幕外但缓存的片段 2022-01-01
- Android文本颜色不会改变颜色 2022-01-01
- 如何使用 YouTube API V3? 2022-01-01
- 如何使 UINavigationBar 背景透明? 2022-01-01