AIR Install Referrer Test
该测试通过AIR扩展获得安装引荐。当Play商店的应用程序是使用引荐打开一个应用程序,它会被播出后安装的com.android.vending.INSTALL_REFERRER..
基本信息
- 更新日期:
- 包名:
- air.com.stephenklancher.TestInstallTracking
- 版本:
- 1.0.1
- 大小:
- 695k
- 类型:
- 工具
- 平台:
- 安卓
- 评分:
- 发布日期:
- 2015-04-03
- 价格:
- 免费
- 开发者:
- Stephen Klancher
AIR Install Referrer Test应用截图
AIR Install Referrer Test应用简介
This tests getting the install referrer through an AIR extension. When the Play Store app is opened to an app using a referrer, it will be broadcast post-install as the com.android.vending.INSTALL_REFERRER intent. The AIR extension catches the intent and stores the result to be retrieved at any time later. Notably, google does not broadcast the intent if the app is installed via the web version of the play store.
Open play store app on device with this link:
https://play.google.com/store/apps/details?id=air.com.stephenklancher.TestInstallTracking&referrer=FirstTest
Or manually broadcast the intent via ADB:
adb shell am broadcast -a com.android.vending.INSTALL_REFERRER -n air.com.stephenklancher.TestInstallTracking/com.stephenklancher.installtracking.ReferrerReceiver –es “referrer” “Test Referrer: %time%”
Click refresh to show the referrer that is currently stored.
中文翻译
该测试通过AIR扩展获得安装引荐。当Play商店的应用程序是使用引荐打开一个应用程序,它会被播出后安装的com.android.vending.INSTALL_REFERRER意图。在AIR扩展捕获的意图和存储要随时检索后的结果。值得注意的是,谷歌不广播的意图,如果应用程序是通过Play商店的网页版安装。
在设备上使用这个链接打开Play商店应用:
https://play.google.com/store/apps/details?id=air.com.stephenklancher.TestInstallTracking&referrer=FirstTest
或手动播放通过亚行的意图:
亚行外壳AM广播-a -n com.android.vending.INSTALL_REFERRER air.com.stephenklancher.TestInstallTracking / com.stephenklancher.installtracking.ReferrerReceiver –es“引荐”,“测试推荐人:%时间%”
点击刷新,显示当前存储的引荐。