Reviews and Android vitals use Google’s official APIs. They are live owner-data endpoints, not public Play Store scraping endpoints.
Reviews
List Reviews
Optional query parameters:
Get One Review
Reply to a Review
Google’s review reply endpoint accepts a reply up to 350 characters.
Replying to a review writes to Google Play. Use read-only permissions for customers who only want review analytics or triage.
Review Permissions
If review listing works but replies fail, the service account likely has read access but not reply permission.
Android Vitals
Android vitals are queried through the Google Play Developer Reporting API.
Supported metric sets:
Query Metric Data
The body follows Google’s metric query schema. Use the analytics vitals sync endpoint when you want Appeeky to store crash and ANR rates for dashboards.
Anomalies
Anomalies help identify unusual spikes in technical quality metrics.
Empty Vitals Rows
Vitals can return no rows even when credentials are valid.
Common reasons:
- The selected date range has no data.
- Google suppresses data below thresholds.
- The service account lacks app quality / vitals access.
- The app has too little traffic for the metric.
Try a wider date range and verify the same app has vitals data in Play Console.