play_store_stats
Fetch Google Play app analytics: installs, store visitors, acquisitions by traffic source, plus optional ratings, crashes, and reviews for a given month or date range.
Instructions
Read Google Play bulk reports for an app: active device installs and store-listing visitors and acquisitions by traffic source. installsDimension picks which installs breakdown is read (overview, country, language, device, os_version, carrier or app_version), include adds the ratings, crashes and reviews report families, and startDate with endDate reads every month the window touches instead of the single month in month. Reads the reporting bucket named by SEO_MCP_PLAY_BUCKET; read-only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | Report month as YYYYMM; defaults to the current UTC month. Ignored when startDate and endDate are given | |
| endDate | No | Window end in YYYY-MM-DD | |
| include | No | Extra report families to read. Missing files are normal: Google emits a report only when there is something to report | |
| startDate | No | Window start in YYYY-MM-DD. With endDate, reads every month the window touches and filters rows to it | |
| packageName | Yes | Android package name, e.g. app.getpsst | |
| crashesDimension | No | Dimension for the crashes report | app_version |
| ratingsDimension | No | Dimension for the ratings report | country |
| installsDimension | No | Which installs report to read. overview is undocumented by Google but present in real buckets; the others are the documented breakdowns | overview |
| storePerformanceTotals | No | Read the total_ variant instead. It is a different report, not a rollup of the same one: it carries acquisitions only, with no visitors and no conversion rate, and for some apps it covers far fewer dates and attributes every acquisition to a placeholder source | |
| storePerformanceDimension | No | Which store performance breakdown to read | traffic_source |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | Yes | ||
| notes | Yes | ||
| window | Yes | ||
| crashes | Yes | ||
| ratings | Yes | ||
| reviews | Yes | ||
| monthsRead | Yes | ||
| packageName | Yes | ||
| datesPresent | Yes | ||
| installsLatest | Yes | ||
| trafficSources | Yes | ||
| lastDatePresent | Yes | ||
| hasPlaySearchRows | Yes | ||
| installsDimension | Yes | ||
| activeDeviceInstalls | Yes | ||
| installsWindowTotals | Yes | ||
| installsZeroThroughout | Yes | ||
| storePerformanceTotals | Yes | ||
| storePerformanceDimension | Yes |