create_report_request
Create a report request to enable App Store Connect analytics for an app. Required once per app; choose ONGOING for daily data or ONE_TIME_SNAPSHOT for historical data.
Instructions
Enable analytics reports for an app by creating a report request.
This is the only write operation in this server, and it is required once per app: without a request App Store Connect generates no reports. ONGOING requests start producing data the day after creation; ONE_TIME_SNAPSHOT returns the available historical data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | Numeric app ID from list_apps. | |
| access_type | No | "ONGOING" (default) or "ONE_TIME_SNAPSHOT". | ONGOING |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||