Castbox referrer traffic
Castbox is a podcast player with a large mobile user base. Links tapped in Castbox show notes open in a browser without an HTTP referrer, so Castbox podcast traffic typically appears as direct. This page explains the mechanics and how UTM tags on show-notes links restore podcast attribution.
Why Castbox links lack a referrer
Castbox is a native podcast app used heavily on mobile. Listeners tap links inside episode notes, and the browser navigation that follows does not come from a web page — so usually no HTTP Referer header is sent, and the destination records the visit as direct.
This matches every podcast player: the app is the origin and most app-to-browser handoffs send no referrer. Castbox-driven clicks are therefore undercounted unless the links carry their own attribution.
- Show-notes links are tapped inside the Castbox app
- App-to-browser handoffs usually send no Referer header
- Castbox traffic appears as direct by default
Measuring Castbox-driven traffic
Tag show-notes URLs with utm_source=castbox, utm_medium=podcast, and a utm_campaign naming the show or episode.
The query string travels through the app handoff into the browser, so analytics records the podcast source even with no referrer. Use a distinct utm_source per app when you want to compare players, because the referrer will not be there to do it.
How it appears in analytics and logs
A visit from a Castbox show-notes tap usually carries no referrer, because the link opens inside a native app rather than from a web page. Without tags it is indistinguishable from direct traffic.
Diagnostic use case
Understand why podcast clicks from Castbox land as direct traffic, and tag show-notes links so the show and episode are measurable.
What WebmasterID can help detect
WebmasterID reads UTM parameters that survive the Castbox app handoff, so podcast traffic is attributed to the right show and episode even though no referrer is sent.
Common mistakes
- Expecting a castbox.fm referrer from in-app taps.
- Treating Castbox-driven direct traffic as unattributable.
- Using one untagged link across episodes, losing per-episode insight.
Privacy and accuracy notes
An app-originated visit with no referrer is normal, not a tracking failure. WebmasterID reads whatever referrer arrives and never re-identifies a visitor when it is absent.
Related pages
- Apple Podcasts referrer traffic
Apple Podcasts is a podcast directory and player app. Links in episode show notes are tapped inside the app, and the resulting web visit usually carries no HTTP referrer — so podcast-driven traffic typically appears as direct. This page explains why and how to tag show-notes links so podcast attribution actually works.
- Overcast referrer traffic
Overcast is a popular third-party podcast player for iOS. Show-notes links tapped inside Overcast open in a browser without an HTTP referrer, so podcast traffic from Overcast typically lands as direct. This page explains the mechanics and how UTM tags on show-notes links restore podcast attribution.
- Pocket Casts referrer traffic
Pocket Casts is a cross-platform podcast player. Show-notes links tapped in the app open in a browser without an HTTP referrer, so Pocket Casts podcast traffic typically appears as direct. This page explains the mechanics and how UTM tags on show-notes links make podcast attribution work.
- Campaign links
Tag show-notes links so Castbox podcast traffic is attributed despite the missing referrer.
Sources and verification notes
- Castbox — official siteMobile-heavy podcast app; in-app link taps generally send no referrer.
- MDN — Document.referrerReferrer is often empty for app-originated navigations.
Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.