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?
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.