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.
Why Pocket Casts links lack a referrer
Pocket Casts is a native podcast app available across platforms. Listeners tap links inside episode show notes, and the browser navigation that follows does not originate from a web page — so usually no HTTP Referer header is sent and the destination logs the visit as direct.
This is the standard podcast-app pattern: the app is the origin, and most app-to-browser handoffs send no referrer. Pocket Casts-driven clicks are therefore undercounted unless the links carry attribution of their own.
- Show-notes links are tapped inside the Pocket Casts app
- App-to-browser handoffs usually send no Referer header
- Pocket Casts traffic appears as direct by default
Measuring Pocket Casts-driven traffic
Tag show-notes URLs with utm_source=pocket_casts, utm_medium=podcast, and a utm_campaign naming the show or episode.
The query string survives the app handoff into the browser, so analytics records the podcast source even with no referrer. Vary utm_source per app if you want to compare players, since the referrer cannot do that for you.
How it appears in analytics and logs
A visit from a Pocket Casts show-notes tap usually carries no referrer, because the link opens from inside a native app rather than a web page. Untagged, it is indistinguishable from direct traffic.
Diagnostic use case
Understand why podcast clicks from Pocket Casts 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 Pocket Casts app handoff, so podcast traffic is attributed to the right show and episode even though no referrer is sent.
Common mistakes
- Expecting a pocketcasts.com referrer from in-app taps.
- Treating Pocket Casts-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 browser behaviour, not a 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.
- 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.
- Campaign links
Tag show-notes links so Pocket Casts podcast traffic is attributed despite the missing referrer.
Sources and verification notes
- Pocket Casts — official siteCross-platform 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.