WebmasterID logoWebmasterID
Data quality

High cardinality and the (other) row

Every analytics tool has limits on how many distinct values a dimension can hold in a report. When a high-cardinality dimension — like full URLs or custom IDs — exceeds the limit, the overflow is bundled into an aggregate (other) row. Detail you expected vanishes into it, and totals look complete while breakdowns are not. This page explains the cause and the workarounds.

Verified against primary sources

Why (other) appears

Reports cap the number of distinct values a dimension can show. Dimensions with very many unique values — full page URLs with query strings, search terms, IDs, or unbounded custom dimensions — blow past that cap. Everything beyond the limit is grouped into a single (other) row that preserves the total but loses the per-value detail.

The total still adds up, which is why this is easy to miss: the breakdown is incomplete even though the sum looks right.

Reducing it

Lower cardinality where you can: strip volatile query parameters, group values into sensible categories, and avoid stuffing unbounded identifiers into custom dimensions. Use a more specific date range or filter to bring the value count under the limit, or query the raw events directly when you need a value that is hiding in (other).

How it appears in analytics and logs

A large (other) bucket in a breakdown means many distinct values were collapsed for cardinality, not that the underlying traffic is unknown.

Diagnostic use case

Recognise when a large (other) row means a dimension exceeded cardinality limits, so missing detail is understood rather than mistaken for missing traffic.

What WebmasterID can help detect

WebmasterID's Event Explorer works on underlying events, so you can investigate specific high-cardinality values that a standard report would fold into (other).

Common mistakes

Privacy and accuracy notes

Cardinality limits are a reporting constraint; high-cardinality custom values should still avoid carrying personal identifiers in the first place.

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.