Documentation
GET/apps/{appId}/analytics/summary
Get analytics summary
Returns actual totals for downloads and proceeds with optional predictions and change deltas for the specified prediction horizon.

Parameters

appIdpathrequired
string
timeRangequeryrequired
string
periodqueryrequired
string
predictionDaysquery
string
POST/apps/{appId}/analytics/pull
Fetch analytics data
Initiates a background task to fetch analytics data (downloads, sessions, crashes, impressions, etc.) from App Store Connect Analytics Reports API.

Parameters

appIdpathrequired
string
POST/apps/{appId}/analytics/predictions/run
Generate analytics predictions
Initiates a background task to generate AI-powered analytics predictions for the next 365 days based on historical data.

Parameters

appIdpathrequired
string
GET/apps/{appId}/analytics/downloads
Get download metrics
Returns download data for the specified time range and period (daily/weekly/monthly).

Parameters

appIdpathrequired
string
timeRangequeryrequired
string
periodqueryrequired
string
GET/apps/{appId}/analytics/proceeds
Get proceeds metrics
Returns proceeds data for the specified time range and period (daily/weekly/monthly).

Parameters

appIdpathrequired
string
timeRangequeryrequired
string
periodqueryrequired
string
GET/apps/{appId}/analytics/predictions
Get stored predictions
Returns stored predictions aggregated by period (daily/weekly/monthly) for the specified forecast horizon (up to 365 days).

Parameters

appIdpathrequired
string
daysquery
string
periodquery
string
GET/apps/{appId}/analytics/sessions
Get session metrics
Returns session data for the specified time range and period (daily/weekly/monthly).

Parameters

appIdpathrequired
string
timeRangequeryrequired
string
periodqueryrequired
string
GET/apps/{appId}/analytics/active-devices
Get active devices metrics
Returns active devices data for the specified time range and period (daily/weekly/monthly).

Parameters

appIdpathrequired
string
timeRangequeryrequired
string
periodqueryrequired
string
GET/apps/{appId}/analytics/impressions
Get impression metrics
Returns App Store impression data for the specified time range and period (daily/weekly/monthly).

Parameters

appIdpathrequired
string
timeRangequeryrequired
string
periodqueryrequired
string
GET/apps/{appId}/analytics/crashes
Get crash metrics
Returns crash data for the specified time range and period (daily/weekly/monthly).

Parameters

appIdpathrequired
string
timeRangequeryrequired
string
periodqueryrequired
string
GET/apps/{appId}/analytics/deletions
Get deletion metrics
Returns app deletion data for the specified time range and period (daily/weekly/monthly).

Parameters

appIdpathrequired
string
timeRangequeryrequired
string
periodqueryrequired
string
GET/apps/{appId}/analytics/historical-status
Get historical data status
Returns the status of historical analytics data (ONE_TIME_SNAPSHOT) - whether it exists and is ready.

Parameters

appIdpathrequired
string