Android(Google Play)引荐跟踪限制 [英] Android (Google Play) Referral Tracking Limitations

查看:336
本文介绍了Android(Google Play)引荐跟踪限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用INSTALL_REFERRER和我们自己的广播接收器,我们可以在我们的应用程序中跟踪推荐程序的安装。然而,我们在跟踪过程中遇到了一些限制。有人能够解决这些问题吗?


  1. 当我们与另一个用户分享广告系列网址时,当第二个用户试图打开网址,他会遇到两种打开它的选项,浏览器和Google Play。只有当用户通过Google Play安装应用程序时,才能完成引荐跟踪。对于旧版本2.1,我们无法捕获引用跟踪。因此,如果第二个用户拥有OS 2.1,则该应用程序不会跟踪安装。

为了在将链接发送给其他用户时加载引用链接(为了避免浏览器/谷歌播放问题),链接不应该是:


https ://play.google.com/store/apps/details?id = com.xxx.appname& referrer = abc







market:// details?id = com.xxx.appname& referrer = abc


Using INSTALL_REFERRER and our own broadcast receiver, we are able to track installs for a referral program in our app. We are, however, running into certain limitations in the tracking process. Has anyone been able to solve andy of these issues?

  1. When we share a campaign URL with another user, when the second user tries to open the URL, he will encounter two options for opening it, browser and Google Play. The referral tracking is done only if user installs the app through Google Play.

  2. For older versions like 2.1, we were not able to capture the referral tracking. So if the second user has OS 2.1, the app does not track the installation.

解决方案

In order to load the referrer when sending the link to another user (and in order to avoid the browser/google-play question), the link should not be:

https://play.google.com/store/apps/details?id=com.xxx.appname&referrer=abc

but

market://details?id=com.xxx.appname&referrer=abc

这篇关于Android(Google Play)引荐跟踪限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆