WebmasterID logoWebmasterID
Analytics dimensions

Medium dimension: the channel-type half of origin

Medium is the dimension that records the general category of how a visit arrived: organic, cpc, referral, email, affiliate, and so on. It is the channel-type half of source/medium. In GA4 and earlier tools it is set by the utm_medium parameter or inferred from the referrer, and it feeds channel grouping. The distinction between an empty medium, 'none', and '(not set)' trips up many reports.

Verified against primary sources

What this means

Medium answers 'what type of channel was this?' — not the specific site. Where source might be 'google', medium is 'organic' or 'cpc'. GA4 documents reserved medium values (organic, referral, email, affiliate, cpc, and the like) that drive its default channel grouping.

A medium of '(none)' is reserved for direct traffic, paired with source '(direct)'. An empty or misspelled medium is a tagging error, not a channel.

How it is derived and where it breaks

utm_medium sets medium explicitly. Without it, the tool infers medium from the referrer: a known search engine yields 'organic', another website yields 'referral'. Because channel grouping matches medium against an expected vocabulary, a non-standard spelling (e.g. 'ppc' instead of 'cpc') can route a visit into Unassigned.

That is why campaign hygiene matters: the medium you write is the medium the channel report reads, character for character.

How it appears in analytics and logs

A medium value is the tool's category for how a visit arrived. A medium of '(none)' means direct (no referrer, no tag); a medium like 'cpx' that does not match expected spellings can silently fall into 'Unassigned' channel grouping.

Diagnostic use case

Use medium to group traffic by channel type — paid vs organic vs referral — while remembering that medium spelling must match channel-grouping rules exactly.

What WebmasterID can help detect

WebmasterID parses utm_medium at ingest and maps it to channels, so paid, organic, and referral mediums separate cleanly without third-party cookies.

Common mistakes

Privacy and accuracy notes

Medium comes from the utm_medium parameter or the referrer category, not from a person's identity. WebmasterID reads it first-party and never infers it from cross-site behavior.

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.