WebmasterID logoWebmasterID
Conversion & funnels

Primary vs secondary metrics in tests

Every experiment should name a single primary metric that determines the decision, and a small set of secondary metrics that add context. The distinction matters statistically: testing many metrics inflates the chance one moves by luck, so the decision must rest on the pre-chosen primary. This page explains the roles and the multiple-comparisons risk.

Partially verified

The roles are different

The primary metric answers a single question: should we ship this change? It is chosen before the test and is the only metric that, on its own, justifies the decision. Secondary metrics explain the why — they show whether the change helped, where, and at what cost — but they do not get a vote on the binary ship decision.

Why the split controls error

Each metric you test is a chance to find a 'significant' move by luck. Test ten metrics at a 5% threshold and you expect roughly one false positive even when nothing changed. Designating one primary metric in advance keeps the decision honest; secondary metrics are read descriptively, not as independent significance tests.

Guardrails are a special case

Guardrail metrics sit alongside secondary metrics but with a defensive job: they flag when a change improves the primary at an unacceptable cost elsewhere (latency, revenue, complaints). A change that wins on the primary but breaches a guardrail should not ship unchanged.

How it appears in analytics and logs

If a test 'won' on a secondary metric while the primary was flat, that is usually noise from many comparisons — not a result to ship on.

Diagnostic use case

Pick one primary metric to drive the ship decision before launch; treat secondary metrics as supporting evidence and guardrails, not as additional ways to declare victory.

What WebmasterID can help detect

WebmasterID lets you instrument primary and secondary metrics from the same first-party event stream, so the decision metric and its context come from one consistent source.

Common mistakes

Privacy and accuracy notes

Metrics are aggregate rates over a cohort. Separating primary from secondary is a measurement decision and needs no personal identifiers.

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.