我已经从我们的PHP API创建了firebase动态链接。已创建与响应一起显示的链接,但不显示在firebase控制台仪表板中。
请检查以下来自API的响应。
{
"result": {
"shortLink": "https://sample-xyz.page.link/UVJLgCH12gCMNdu66",
"warning": [
{
"warningCode": "UNRECOGNIZED_PARAM",
"warningMessage": "Android app 'com.sample-xyz.beta' lacks SHA256. AppLinks is not enabled for the app. [https://firebase.google.com/docs/dynamic-links/debug#android-sha256-absent]"
},
{
"warningCode": "UNRECOGNIZED_PARAM",
"warningMessage": "We could not find Android package name 'test_bundle_v_1.0.54' in your Google project. [https://firebase.google.com/docs/dynamic-links/debug#app-not-in-project]"
},
{
"warningCode": "UNRECOGNIZED_PARAM",
"warningMessage": "There is no configuration to prevent phishing on this domain https://sample-xyz.page.link. Setup URL patterns to whitelist in the Firebase Dynamic Links console. [https://support.google.com/firebase/answer/9021429]"
}
],
"previewLink": "https://sample-xyz.page.link/UVJLgCH12gCMNdu66?d=1"
}
}请帮我解决这个问题。
发布于 2019-06-24 18:07:36
据我所知,通过API创建的动态链接不会显示在控制台中。只有在访问Events>dynamic_link_first_open、dynamic_link_app_open或dynamic_link_app_update时,您才能查看应用程序中的统计数据。这是非常不幸的。但是使用Google Analytics参数创建动态链接时,应该可以查看更多/更好的统计数据。
https://stackoverflow.com/questions/55529460
复制相似问题