Analytics Unscripted's podcast dashboard hero image

Analytics Unscripted's podcast dashboard

23 Jul 2026 (⟳ 6 Aug 2026) • 1 min read

I built a pipeline to pull my Substack podcast stats into BigQuery - so here's the payoff, live on this page. Download numbers for Analytics Unscripted, straight from that pipeline and refreshed every six hours.


Podcast downloads

This is the same idea as my live GA dashboard, pointed at a different, messier data source. Substack doesn't give you a proper way to get your podcast numbers out - so I reverse-engineered its API and piped the data into BigQuery. I wrote up exactly how in pulling Substack podcast data into BigQuery.

The dashboard below reads from those BigQuery tables rather than hitting the Substack APIs directly. That means this page is just doing the easy bit - reading clean data out of a warehouse and drawing some charts. Built using Recharts and styled to match the site, with Claude Code doing the front-end work.

Total downloads

485

Episodes

4

Downloads over time

Cumulative downloads across the catalogue, with daily downloads. Dashed lines mark new episode releases.

Downloads by episode

Every episode, newest first

Total downloads per episode, with publish date, newest first.
EpisodePublishedTotal downloads
05 Aug 202654
29 Jul 202641
22 Jul 2026252
15 Jul 2026140

Data source: Substack podcast stats via BigQuery · refreshed every 6 hours.