Any Reporter report, raw
get_analytics_reportRetrieve any Apple Podcasts Connect listening report by name with its columns and rows unchanged. Use it for reports not covered by standard views or for inspecting columns after Apple changes a report format.
Instructions
Fetch any Apple Podcasts Connect listening report by name and return its columns and rows unchanged. The other analytics tools are shaped views over specific reports; this is the escape hatch for a report they do not cover, and for inspecting columns after Apple changes a report format. Needs Apple Podcasts Connect credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | The reporting date, as YYYYMMDD, or YYYYMM for a Monthly report. Defaults to three days ago, because Apple publishes on a one to two day lag and asking for today reliably returns no data. | |
| limit | No | Rows to return. Defaults to 100. The true row count is always reported. | |
| date_type | No | Apple's reporting granularity. Daily and Weekly take a date as YYYYMMDD, Monthly as YYYYMM. Defaults to Daily. | |
| report_type | Yes | Which Apple report to fetch. The Worldwide variants drop the storefront breakdown and are much smaller. |