WebmasterID logoWebmasterID
Analytics dimensions

Screen resolution dimension

The screen resolution dimension records the visitor's screen dimensions in pixels, read from the browser's screen API. It helps with responsive-design decisions, but it is coarser and more privacy-sensitive than it appears: device pixel ratio means CSS pixels differ from device pixels, common resolutions cluster heavily, and fine-grained screen metrics are a known fingerprinting input — so coarse buckets are the privacy-safe approach.

Verified against primary sources

What this means

Screen resolution is the visitor's display size in pixels, read from the browser's screen.width and screen.height (or viewport equivalents). It is used to understand the range of screens your audience uses and to prioritise responsive breakpoints.

Caveats and privacy

Device pixel ratio means the CSS pixels a layout sees differ from the physical device pixels — a high-DPI phone reports a large device resolution but renders at a smaller CSS size. Resolutions also cluster around a handful of common values. Critically, precise screen metrics are a documented fingerprinting input, so reporting coarse bands (rather than exact pixel pairs) keeps the dimension useful without inflating entropy.

How it appears in analytics and logs

A screen resolution value is the browser-reported screen size. Read it as a banding signal for layout, not as exact hardware, and prefer bucketed ranges over precise pixel counts.

Diagnostic use case

Use screen resolution in coarse buckets to guide responsive layout decisions, avoiding fine-grained values that add fingerprinting entropy without analytical value.

What WebmasterID can help detect

WebmasterID can report coarse resolution bands for responsive decisions while deliberately avoiding the high-entropy precision that fingerprinting relies on.

Common mistakes

Privacy and accuracy notes

Fine-grained screen metrics raise fingerprinting entropy. WebmasterID prefers coarse resolution bands and does not combine screen size with other signals to identify visitors.

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.