gplay reports
gplay reports
Section titled “gplay reports”Download and manage Play Console reports.
gplay reports <subcommand> [flags]gplay reports financial
Section titled “gplay reports financial”Manage financial reports (earnings, sales, payouts, play_balance, wht_statements).
gplay reports financial <subcommand> [flags]gplay reports financial list
Section titled “gplay reports financial list”List available financial reports.
gplay reports financial list --bucket-id <id> [flags]| Flag | Description | Default |
|---|---|---|
--bucket-id |
GCS bucket ID or URI (required; find via Play Console > Download reports > Copy Cloud Storage URI) | `` |
--from |
Start month in YYYY-MM format | `` |
--output |
Output format: json (default), table, markdown | json |
--pretty |
Pretty-print JSON output | false |
--to |
End month in YYYY-MM format | `` |
--type |
Report type: earnings, sales, payouts, play_balance, wht_statements, all | all |
gplay reports financial download
Section titled “gplay reports financial download”Download financial reports.
gplay reports financial download --bucket-id <id> --from <YYYY-MM> [flags]| Flag | Description | Default |
|---|---|---|
--bucket-id |
GCS bucket ID or URI (required; find via Play Console > Download reports > Copy Cloud Storage URI) | `` |
--dir |
Output directory | . |
--from |
Start month in YYYY-MM format (required) | `` |
--output |
Output format: json (default), table, markdown | json |
--pretty |
Pretty-print JSON output | false |
--to |
End month in YYYY-MM format (defaults to –from) | `` |
--type |
Report type: earnings, sales, payouts, play_balance, wht_statements | earnings |
gplay reports stats
Section titled “gplay reports stats”Download and list aggregated statistics reports (installs, ratings, crashes).
gplay reports stats <subcommand> [flags]gplay reports stats list
Section titled “gplay reports stats list”List available statistics reports.
gplay reports stats list --bucket-id <id> [flags]| Flag | Description | Default |
|---|---|---|
--bucket-id |
GCS bucket ID or URI (required; find via Play Console > Download reports > Copy Cloud Storage URI) | `` |
--from |
Start month in YYYY-MM format | `` |
--output |
Output format: json (default), table, markdown | json |
--package |
Package name (filters results by package) | `` |
--pretty |
Pretty-print JSON output | false |
--to |
End month in YYYY-MM format | `` |
--type |
Stats type: installs, ratings, crashes, store_performance, subscriptions, all | all |
gplay reports stats download
Section titled “gplay reports stats download”Download statistics reports.
gplay reports stats download --bucket-id <id> --package <name> --from <YYYY-MM> --type <type> [flags]| Flag | Description | Default |
|---|---|---|
--bucket-id |
GCS bucket ID or URI (required; find via Play Console > Download reports > Copy Cloud Storage URI) | `` |
--dir |
Output directory | . |
--from |
Start month in YYYY-MM format (required) | `` |
--output |
Output format: json (default), table, markdown | json |
--package |
Package name (required) | `` |
--pretty |
Pretty-print JSON output | false |
--to |
End month in YYYY-MM format (defaults to –from) | `` |
--type |
Stats type: installs, ratings, crashes, store_performance, subscriptions (required) | `` |