How to Monitor Play Store & App Store Metrics in GCP Cloud Monitoring?

We have a mobile app which is available on both the Google Play Store and Apple App Store. We’re already using Cloud Monitoring, and want to fetch and monitor app metrics like downloads, and all from both to visualize it in dashboard.

I came across the Google Play Developer API and App Store Connect API, but I’m not very sure about the option to do.
Does anyone have an idea with this?

Hello @Hepzi,

Sorry for the late answer, you may have sorted it out since then.

Anyways, I think that you should aim at storing data into Big Query and then use Looker Studio to build a dashboard.

Concerning Google Play, you can use the Load Google Play data into BigQuery option. Give a look at Download and export monthly reports.

Now, for App Store, I think that you need to build a Cloud Function or Cloud Run to gather and save data into Big Query. App Store Connect API is indeed the way to go. Based on your needs, I would look at App Store and Analytics.

Once your data are in BigQuery, it’s optional but recommended to refine it using BigQuery Views before building your Looker Studio dashboard.