Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/207.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android Play Install Referer API是否支持从web到设备安装检索引用内容?_Android_Google Play_Install Referrer - Fatal编程技术网

Android Play Install Referer API是否支持从web到设备安装检索引用内容?

Android Play Install Referer API是否支持从web到设备安装检索引用内容?,android,google-play,install-referrer,Android,Google Play,Install Referrer,我通过网页上的链接打开了我的应用程序的下载页面,该链接将用户重定向到网络版本中的Play Store。我注意到在Play Store Web的URL上,它将有参数utm_source=xxx&utm_medium=yyy&utm_campaign=zzz 然后,我点击安装按钮,它将显示当前谷歌帐户登录的设备列表,选择一个,设备将远程安装我的应用程序(不打开Play Store应用程序)。 我发现我在启动应用程序后收到的推荐内容是utm_source=googleplay&utm_medium=o

我通过网页上的链接打开了我的应用程序的下载页面,该链接将用户重定向到网络版本中的Play Store。我注意到在Play Store Web的URL上,它将有参数utm_source=xxx&utm_medium=yyy&utm_campaign=zzz

然后,我点击安装按钮,它将显示当前谷歌帐户登录的设备列表,选择一个,设备将远程安装我的应用程序(不打开Play Store应用程序)。 我发现我在启动应用程序后收到的推荐内容是utm_source=googleplay&utm_medium=organic,而不是上面的参数。 目前,我使用最新版本2.1的Play Install Referer API

那么,Play Install Referer API是否支持从web到设备安装检索引用内容