【问题标题】:Google Play Store API for Application Download & Uninstall Count + Application Rating用于应用程序下载和卸载计数 + 应用程序评级的 Google Play Store API
【发布时间】:2016-06-02 14:40:02
【问题描述】:

我有任何要求显示来自 Google Play 商店和 iOS 的下载次数 + 卸载次数 + 应用程序用户评分。 是否有任何可用的 API,我可以在其中获取此信息并将其显示在另一个应用程序中。

【问题讨论】:

    标签: android ios google-play google-play-services


    【解决方案1】:

    Google Play 现在允许通过 Google Cloud Storagegutils 以编程方式访问您自己的应用“下载报告”,如下所述:https://support.google.com/googleplay/android-developer/answer/6135870?hl=en

    对于 iOS,您可以通过 App Store Connect API 访问您自己的应用的报告,例如使用此端点:https://developer.apple.com/documentation/appstoreconnectapi/download_sales_and_trends_reports

    但是,如果您想访问有关第三方应用程序的数据(例如,构建竞争对手分析报告),您将需要非 Google 和非 Apple 替代方案来为您提供“下载估算值”(即根据统计模型),历史评分数据等。你可以看看Lookup API for Android Apps,它提供了很多应用程序的信息,可以用来鼓起你的应用程序跟踪仪表板。

    (完全披露:我是 42matters.com 的 CEO)

    【讨论】:

    • 这个答案具有误导性,谷歌或苹果目前没有提供这样的 API。 gutil 是 python 库,销售和趋势 API 不提供卸载计数。
    • 如果您仍然认为 API 可用,请提供示例请求和响应。
    【解决方案2】:

    Google Play Store API 似乎没有提及您所说的任何功能。 Google Play Developer API 用于管理:

    1. 应用内产品(应用内产品和订阅目录管理)
    2. 产品购买状态
    3. 订阅购买管理

    我可以建议的最接近的事情是您检查new Firebase 2.0。他们添加了以移动应用为中心的更好的分析。

    查看此SO thread 以了解其他非 Google 替代品。还有一堆非谷歌软件可以跟踪卸载suggested by Quora users

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-06-24
      • 1970-01-01
      • 1970-01-01
      • 2020-06-13
      • 1970-01-01
      相关资源
      最近更新 更多