WebmasterID logoWebmasterID
Analytics dimensions

Connection type dimension

The connection type dimension describes the network a session used — wifi, cellular, or wired. It is reliable in native apps, where the SDK reads it from the OS, but limited on the web because the Network Information API is not universally available. This page explains the sources and the gaps.

Partially verified

What this means

Connection type classifies the network behind a session: wifi, cellular (sometimes with a generation like 4g), ethernet, or unknown. It helps explain performance differences and informs how heavy a page or media payload should be.

In native apps the GA4/Firebase SDK reads the connection from the operating system, so app data is dependable. On the web the source is the Network Information API (navigator.connection), which exposes effectiveType and related fields.

Why web coverage is patchy

The Network Information API is not implemented across all browsers, and where it exists it can be limited or gated. Safari, in particular, has not shipped the full API, so a large share of web sessions return no connection type at all.

That makes web connection-type data partial by nature: present for some Chromium-based sessions, absent for others. Read it as a directional signal for the subset that reports it, not a complete census of your audience's networks.

How it appears in analytics and logs

A connection type value names the network class for a session. On the web, missing or absent values are expected because many browsers do not expose the Network Information API.

Diagnostic use case

Understand whether your audience is on wifi or cellular to inform performance budgets, media weight, and offline-friendly design.

What WebmasterID can help detect

WebmasterID treats connection type as an optional, coarse signal and never depends on it for identity, keeping reporting privacy-safe where the browser does expose it.

Common mistakes

Privacy and accuracy notes

Connection type is a coarse network class, not a precise network identifier, and is broadly privacy-safe. Avoid combining it with other signals to narrow identity. This is educational, not legal advice.

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.