WebmasterID logoWebmasterID
Analytics dimensions

Referral path dimension: the page that linked to you

Referral path is the dimension that records the path portion of the referring URL — the specific page on another site that linked to you. It complements the source (the referring host) by showing where on that host the link lived. It is derived from the HTTP Referer header, which Referrer-Policy and cross-origin rules can truncate to the origin or suppress entirely.

Verified against primary sources

What this means

When a visitor clicks a link from another site, the browser may send a Referer header containing that page's URL. Source is taken from the hostname; the referral path is the path-and-query portion — for example '/blog/best-tools' on the referring domain.

Knowing the path, not just the host, lets you identify the specific article or page sending traffic.

Why it is often blank

The Referer header is governed by Referrer-Policy. Many sites now send 'strict-origin-when-cross-origin' (the modern browser default), which exposes only the origin on cross-site navigations — so you get the source host but an empty referral path. HTTPS-to-HTTP downgrades suppress the header entirely, and 'noreferrer' links send nothing.

A blank referral path is therefore expected behavior, not a tracking failure.

How it appears in analytics and logs

A referral path value tells you the linking page on the source site. A missing or '/'-only path usually reflects a strict Referrer-Policy or an HTTPS-to-HTTP downgrade stripping the header, not the absence of a referrer.

Diagnostic use case

Use referral path to find which exact pages on partner sites drive traffic, while accepting that many referrers expose only the origin, not the full path.

What WebmasterID can help detect

WebmasterID captures the referrer the browser provides first-party, so when a full referral path is present you can see the exact linking page without any cross-site tracking.

Common mistakes

Privacy and accuracy notes

The referral path comes from the Referer header the browser chooses to send. Referrer-Policy increasingly trims this to the origin for privacy; WebmasterID records only what is sent and never reconstructs full paths.

Related pages

Sources and verification notes

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.