The Statistics Dashboard allows Podcast administrators to create customized reports based on the Podcast Analytics API and Statistics API. Please note that this tool is a prototype, therefore support will be limited to feedback and evaluation.
How to export Raw Event Data
- Login into the Statistics Dashboard using your Podcast administrator credentials.
- In the top-left, select from the drop-down, the Podcast account you wish to pull data from.
- Select which date and time ranges you wish to pull data from.
- Click “Build Report” and wait for the report to be gathered.
- Click “Download CSV” to get the Raw Event Data report.
How to export Followers
- Login into the Statistics Dashboard using your Podcast administrator credentials.
- In the top-left, select from the drop-down, the Podcast account you wish to pull data from.
- Select which date and time ranges you wish to pull data from.
- Click "+ Add Filter" to add a filter with attribute set to event and filter set to subscribe.
- Click "+ Add Collector" to add a collector with attribute set to user-id and collector set to value. Repeat for show-id:value, show-title:value, and subscribes:count.
- Click “Build Report” and wait for the report to be gathered.
- Click “Download CSV” to get the Raw Event Data report.
- Inspecting and understanding the data. If the column subscribes:count contains a row with an even number, then the person with the user_id is not following the show. If the column subscribes:count contains a row with an odd number, then the person with the user_id is following the show.
How to export Podcast Audience Member Progresses
- Login into the Statistics Dashboard using your Podcast administrator credentials.
- In the top-left, select from the drop-down, the Podcast account you wish to pull data from.
- Select which date and time ranges you wish to pull data from.
- Click "+ Add Filter" to add a filter with attribute set to event and filter set to progress.
- Click "+ Add Collector" to add a collector with attribute set to user-id and collector set to value. Repeat for show-id:value, show-title:value, episode-id:value, episode-title:value, and progress:unique.
- Click “Build Report” and wait for the report to be gathered.
- Click “Download CSV” to get the Raw Event Data report.
- Inspecting and understanding the data. The column progress:unique contains the unique count of progress events for each user and episode. There are 101 unique progress events in this reporting tool because progress 0 is counted. Anyone with progress:unique as 101 is considered to have consumed the entirety of that podcast episode within the row.