简体   繁体   English

如何知道是否通过Facebook促销或Google Play安装了应用程序?

[英]How to know whether app is installed from Facebook promotion or Google play?

我需要检测我的应用程序是从Facebook促销活动还是其他市场安装的,如何在我的应用程序中获取此信息?

Please use Google Analytics or Firebase Analytics or other analytics tools where you can check daily Below parameters like. 请使用Google Analytics(分析)或Firebase Analytics(分析)或其他分析工具,您可以在其中每天检查以下参数。

  • Track number of daily installation. 跟踪每日安装的数量。
  • Real Time users accessing your Application. 实时用户访问您的应用程序。
  • Reuse of application. 重用应用程序。
  • On which screens users are spent more time. 用户在哪些屏幕上花费了更多时间。
  • E-Commerce of application 申请电子商务
  • In which device and OS most users are installing your application. 大多数用户在哪个设备和操作系统上安装您的应用程序。
  • Etc. 等等。

Please check more details in official site https://analytics.google.com and https://firebase.google.com/ Analytics tools are free no need to spend money for that. 请在官方网站https://analytics.google.comhttps://firebase.google.com/上查看更多详细信息,免费使用Google Analytics(分析)工具,无需为此花钱。

您可以使用最容易通过Play安装引荐来源库使用的Google Play安装引荐来源库API

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如果未安装应用程序,如何检查是否已从我的应用程序安装了应用程序? - how to check whether an app is installed from my app if the app is not installed go to play store? 如何知道应用是否已从Google Play或亚马逊下载? - How to know if an app has been downloaded from Google Play or Amazon? 在已安装的应用上回调Google Play - callback google play on installed app 我如何知道该应用是否已从 Google Play 下载过一次 - How do I know if the app has been downloaded from Google Play once 如何将Play Framework与Google App Engine和本地安装的Java 7结合使用? - How to use the Play Framework with Google App Engine with locally installed Java 7? 如果从Google Play下载应用,则android facebook登录将停止工作 - android facebook login stops working if app is downloaded from google play Google Play - 已安装应用内更新,但它一次又一次显示更新可用 - Google Play - In App Update is installed but it shows update available again and again 如何使用jsp检查应用程序是否已安装在移动设备中? - How to check using jsp whether an app is installed in mobile or not? 如何从Google Play应用链接获取信息? - How to get information from google play app link? 深层链接 - 从 Play 商店安装应用时获取数据 - Deep linking - Fetch data when app installed from play store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM