Google Releases Android Play Developer Reporting API
Written by Kay Ewbank   
Friday, 18 March 2022

Google has released the Google Play Developer Reporting API, providing  programmatic access to app-level data and metrics for internal reporting, analysis and automation.

The API is designed to be used alongside the Android Vitals Overview in Play Console, which lets developers check how well their app or game is running. The API has been developed in response to requests from developers who want to work with their vitals data outside Play Console.

androidlogo

The Play Developer Reporting API provides just this. The version available now provides access to the main core Android vitals stability and battery metrics: crash rate, ANR rate, excessive wake-up rate, and stuck background wake-lock rate. It also provides stack traces. The API can also be used to view anomalies, breakdowns (including new country filters in Vitals), and three years of metric history. 

 

The Android team says that once you've enabled the API, it might be a good idea to try sending some requests manually to get a sense of the API resources and operation "before implementing more complex solutions". They say this can also help you establish query times, which will vary depending on the amount of data being processed. Queries over long time ranges, across many dimensions, and/or against very large apps will take longer to execute.

The team points out that most of the available metric sets are only refreshed once a day, so you ought to check that new data is actually available before sending a query to avoid wasting resources and request quota.

They say that care should be taken when requesting timelines to request date ranges, so that the size of the time range is inversely proportional to the size of your app and the number of breakdowns. For example, a large app should select fewer days in a single query request to avoid query timeouts caused by reading too much data

The Android Play Developer Reporting API is available for download now. 

androidlogo

More Information

Google Play Developer Reporting API

Related Articles

Android Studio Bumblebee Adds Support For ADB Over WiFi

Android Studio 4.2 Released

Google Drops APKs For Android 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


BusyBeaver(5) Is 47,176,870
03/07/2024

The thing about the BusyBeaver function is that it is very easy to understand, but very difficult to compute. We now know its value up to 5, which isn't much progress for more than 50 years work.



MySQL 9 Adds Support For JavaScript Stored Procedures
11/07/2024

Oracle has announced that support for JavaScript functions and stored procedures has been added to the MySQL database server. The enhancements were added to MySQL 9, an 'innovation release', whic [ ... ]


More News

kotlin book

 

Comments




or email your comment to: comments@i-programmer.info