Request Analytics Reports
asc_request_analytics_reportsInitiate an ongoing analytics report request for an app, creating a new request if none exists, to enable subsequent analytics report retrieval.
Instructions
Ensure an ONGOING analytics report request exists for an app. If one already exists it is reused; otherwise a new one is created. Call this first, before asc_list_analytics_reports.
Args:
appId (string, required): The App Store Connect app ID
Returns: { "requestId": string, // pass to asc_list_analytics_reports "accessType": "ONGOING", "created": boolean, // true if a new request was just created, false if an existing ONGOING request was reused "note": string // reminds that report generation can take up to 48 hours after first creation }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The App Store Connect app ID to request analytics reports for. |