Substack referrer traffic
Substack is a hybrid newsletter-and-web platform. Links clicked from the Substack website or app commonly pass a substack.com referrer, but links clicked from the email edition usually send no referrer at all — like any email. Attribution therefore splits by reading context, and UTM tags are the way to capture both halves.
Web reads vs email edition
Substack delivers each post two ways: as a web page on substack.com (or a custom domain) and as an email to subscribers. A reader who clicks from the web sends a substack.com referrer; a reader who clicks from the email edition usually sends no referrer, exactly like any newsletter click.
This split means a single Substack post can show up partly as a substack.com referral and partly as direct, even though it is one channel.
- Web/app reads commonly send a substack.com referrer
- Email-edition clicks usually send no referrer
- One post produces both referral and direct visits
Tag links to unify attribution
Add utm_source=substack and a utm_medium such as email or referral to the links in your posts, so both the web reads and the email clicks attribute to Substack consistently. Without tags, the email half is lost to direct. MDN explains why email contexts send no referrer.
How it appears in analytics and logs
A substack.com referrer indicates a web or in-app read, while an email-edition click typically arrives with no referrer and lands in direct. The same publication produces both patterns depending on how the reader consumed it.
Diagnostic use case
Distinguish Substack web reads from email-edition clicks, and tag links so both halves of the channel are measurable.
What WebmasterID can help detect
WebmasterID records the referrer when sent and normalises substack.com for web reads, while treating email-edition clicks like other email traffic. UTM-tagged links unify attribution across both contexts.
Common mistakes
- Assuming all Substack traffic carries a substack.com referrer.
- Letting the email-edition half fall into direct untagged.
- Embedding subscriber identifiers in UTM parameters.
Privacy and accuracy notes
The referrer is browser-controlled, and email clicks omitting it is normal. WebmasterID reads the referrer when present and relies on UTM tags rather than re-identifying subscribers.
Related pages
- Newsletter referrer traffic
Clicks from an email newsletter almost never carry a web referrer, because email clients do not send one the way browsers do. As a result, newsletter traffic lands in direct unless the links are tagged. For newsletters, UTM tagging is not optional — it is the only reliable attribution path.
- Medium referrer traffic
Medium drives traffic from articles and profile links, typically arriving with a medium.com referrer on the web. The wrinkle is publishing strategy: content syndicated to Medium with a canonical tag pointing back to your site, or custom-domain publications, can change which domain appears as the referrer. UTM tags keep attribution consistent across these setups.
- Campaign links
Tag Substack links so web and email clicks both attribute correctly.
Sources and verification notes
- MDN — Referer headerWhy email contexts send no referrer.
- MDN — Referrer-Policy
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.