在我的用例中使用 Firebase App Indexing 和动态链接

Using of Firebase App Indexing and Dynamic Links for my use-case

我想在我的应用中使用 App Indexing 和 Firebase 动态链接。是否可以将这些服务设置为按以下方式工作: App Indexing 在 Google 搜索结果中显示 link 我的应用程序,而不管用户智能手机上是否安装了应用程序。 如果用户没有我的应用程序,系统会将他重定向到 App Store 或 Google Play。

如果无法设置此类行为,我可以将 Adwords 用于此方案吗?我的意思是我在广告系列中使用了深度 link 或动态 link?是否可以通过 Adword 的规则?

来自App Indexing documentation

Firebase App Indexing gets your app into Google Search. If users have your app installed, they can launch your app and go directly to the content they're searching for. App Indexing reengages your app users by helping them find both public and personal content right on their device, even offering query autocompletions to help them more quickly find what they need. If users don’t yet have your app, relevant queries trigger an install card for your app in Search results.

这听起来很符合您的用例,所以我建议您尝试一下。如果您在实施时遇到问题,请报告您遇到问题的详细信息。