一键导入
get-report
Download sales, earnings, or subscription reports. Use when you need financial data about app performance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Download sales, earnings, or subscription reports. Use when you need financial data about app performance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Get app info and active edit status. Use this first to understand what state an app is in before making any changes.
View device targeting for an APK. Use when you need to check which Fire TV or tablet devices an APK supports.
Submit an edit for Amazon review. Use after validate-edit passes to make changes live. Irreversible.
Create a new draft edit for an app. Required before uploading APKs, updating listings, or making any changes. Use when check-status shows no active edit.
Delete a draft edit to discard all changes or recover from a stuck state. Use when you need to start over or clean up a failed operation.
Orchestrated full release workflow — create edit, upload APK, update listing, add screenshots, validate, and commit. Use for complete app updates with metadata changes.
| name | get-report |
| description | Download sales, earnings, or subscription reports. Use when you need financial data about app performance. |
| depends_on | [] |
Download sales, earnings, or subscription reports.
Use when you need sales data, earnings, or subscription metrics. This is independent of the app submission workflow. Requires a separate security profile with reporting scope.
| Name | Required | Description |
|---|---|---|
report_type | yes | One of: sales, earnings, subscription, subscriptions-overview |
year | yes | Year in YYYY format (2018 or later) |
month | no | Month in MM format (01-12). Optional for yearly earnings. |
adx_reporting::appstore:marketer scopexingu reports <report_type> <year> [month]
Examples:
xingu reports sales 2025 04
xingu reports earnings 2025
xingu reports earnings 2025 03
xingu reports subscription 2025 04
downloadUrl with a pre-signed S3 URL.curl -o report.csv '<downloadUrl>'adx_reporting::appstore:marketer. Different from the submission API credentials.