从Playstore下载应用程序的用户未获得Firebase Dynamic Link [英] Not getting Firebase Dynamic Link of users that download app from Playstore

查看:126
本文介绍了从Playstore下载应用程序的用户未获得Firebase Dynamic Link的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Playstore App中有2种情况

There are 2 cases in Playstore App

  1. 常规安装(Playstore显示 OPEN 按钮)
  2. 从Dynamic Link安装(Playstore显示继续按钮)
  1. Normal Installation (Playstore shows OPEN Button)
  2. Installation from Dynamic Link (Playstore shows CONTINUE Button)

测试用例:

从Firebase动态链接下载应用,安装后,Playstore将显示继续按钮:

Download app from Firebase dynamic link, After installation Playstore will show CONTINUE button:

成功安装后,用户可以从两个选项中打开应用程序.

There are 2 options from where user can open app after successful installation .

  1. 通过点击继续按钮-> 打开应用,应用将获得链接,一切按预期运行
  2. 发射器图标打开应用,而不从Playstore -> 打开应用
  1. Open app by clicking on CONTINUE Button -> App will get the link, everything works as expected
  2. Open app from LAUNCHER ICON, and not from playstore -> App will not get the dynamic link

大多数用户没有点击继续按钮,因为这是正常的人类行为,因此我失去了Referrer链接.

Most of the users are not clicking the CONTINUE button as it is normal human behavior, therefore I am losing the Referrer link.

这是Firebase的预期行为吗?我该如何避免这个问题?

Is this the intended behavior of Firebase? How can I avoid this problem?

相关文章推荐答案

动态链接分析有 5个事件:

1.点击

2.重定向

3.应用安装

4.应用程序首次打开

5.重新打开应用

从上图中,您可以看到该请求已传递到Play商店,然后在该处结束.

From the image above, you can see that the request is pass to Play Store and then it is ended over there.

因此,可能的情况是:

  1. 您以前的应用程序/网站已经完成了将动态链接路由到目标应用程序或Play商店的工作.

这时,您可以跟踪点击和重定向.

At this point, you can track the Clicks and Redirects.

  1. 现在,在Play商店中,继续进行动态链接流,用户安装应用,您可以跟踪应用的安装次数.或者,用户没有安装应用程序,因此它没有更新应用程序的安装次数.

  1. Now, at Play Store, continuing the dynamic link flow, User install the app, You can track number of app installs. Or, user did not install the app, so it did not update the number of app installs.

安装后,如果用户通过继续"按钮打开您的应用程序,则您的应用程序将接收从Google Play片段传入的数据(就像您通过

After installation, if the user opens your app through the CONTINUE button, your app will received the data passed in from the Google Play Fragment (Like what you have done here via the Receive Setup). At this point, it will generate the meta data of 'App First Open'. But, if you press the home button, and open the app through your home page/shortcut/app tray, etc. , you will not get an update on it.

这是因为当用户打开CONTINUE以外的应用程序时,没有传递动态链接元数据.该流程已中断,除非用户再次返回到步骤1以重定向到该应用程序,否则现在该应用程序将跟踪该应用程序首次打开(之前未打开过该应用程序)的数据,或者如果用户打开该应用程序则重新打开该应用程序的数据.之前的应用程序.

This is because no dynamic link meta data is pass when your user open the app other than the CONTINUE. The flow is broken, unless, the user go back to step 1 again to redirect to the app, now the app will track the data of app first open (the app is not open before) or app re-open if the user open the app before.

总结和结论:

为什么按钮显示继续而不是打开是因为Google Play(片段)检测到用户是从动态链接定向的(某些元数据(您的动态链接详细信息/信息)是从以前的应用程序/网站传递过来的).

Why does the button is showing CONTINUE instead of OPEN is because the Google Play (Fragment) detected the user is directed from the dynamic link (some meta-data (your dynamic link details/info) is passed from the previous app/website).

这里CONTINUE的含义实际上是在提示用户是否要继续使用新安装的应用程序.如果是,则Google Play会将元数据传递到您的应用程序,并且您会在第一次打开应用程序时获得跟踪数据.否则,除了点击,重定向和应用安装之外,不会生成任何分析数据.

The meaning of CONTINUE here is actually prompt the user whether they want to proceed to the newly installed app. If yes, Google Play will pass the meta data to your app, and you get the tracking data on App first open. Else, no analytic data will be produce other than click, redirect and app install.

回答您的问题,您只能希望用户按下继续!这是不可避免的,因为这些应用/网站不在同一个上下文中(以前的网站vs Play商店vs您的应用).

Answering your question, you can only hope the user press on the CONTINUE! It is unavoidable because those app/sites are not in the same context (previous site vs Play Store vs Your App).

定义 :(摘自文档)

dynamic_link_first_open

用户首次通过动态链接打开应用程序时记录.

Logged when a user opens the app for the first time via a Dynamic Link.

dynamic_link_app_open

用户通过动态链接重新打开应用程序时记录.

Logged when a user re-opens the app via a Dynamic Link.

这篇关于从Playstore下载应用程序的用户未获得Firebase Dynamic Link的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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