Skip to content

gplay reports

Download and manage Play Console reports.

gplay reports <subcommand> [flags]

Manage financial reports (earnings, sales, payouts, play_balance, wht_statements).

gplay reports financial <subcommand> [flags]

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

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

Download and list aggregated statistics reports (installs, ratings, crashes).

gplay reports stats <subcommand> [flags]

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

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) ``