mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #32] [MERGED] Add analytics and sales reporting commands #241
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#241
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/32
Author: @rudrankriyam
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/21/2026
Merged by: @rudrankriyam
Base:
main← Head:issue-26-analytics📝 Commits (5)
69ae966Add analytics and sales report workflows9b6b70aAdd timeout overrides for ASC requests676468bAdd paginate option for analytics gete283880Support monthly and yearly sales report dates3012b3dDocument analytics sales date formats📊 Changes
12 files changed (+2494 additions, -2 deletions)
View changed files
📝
Agents.md(+12 -0)📝
README.md(+33 -0)➕
cmd/analytics.go(+622 -0)➕
cmd/analytics_helpers.go(+336 -0)➕
cmd/analytics_helpers_test.go(+97 -0)➕
cmd/analytics_test.go(+202 -0)📝
cmd/commands.go(+2 -1)➕
internal/asc/analytics.go(+517 -0)➕
internal/asc/analytics_output.go(+259 -0)➕
internal/asc/analytics_test.go(+247 -0)📝
internal/asc/client.go(+92 -1)📝
internal/asc/output_test.go(+75 -0)📄 Description
Summary
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.