WebmasterID logoWebmasterID
Analytics dimensions

SDK version dimension

SDK version is the dimension that records which version of the measurement SDK — the gtag.js tagging build on web, or the Google Analytics for Firebase SDK in apps — produced an event. It is collection-layer metadata, not a visitor attribute. Its main value is diagnostic: when a metric shifts after a release, splitting by SDK version separates an instrumentation change from a genuine behaviour change.

Verified against primary sources

What this means

The SDK version dimension records the version of the measurement library that sent an event — gtag.js on the web, the Firebase Analytics SDK in mobile apps. It is metadata about how data was collected, not about who triggered it.

It is most useful when you are auditing data quality across instrumentation changes.

Isolating collection changes

When a metric jumps after a deploy, segmenting by SDK version tells you whether the change is concentrated in a newly-rolled-out build — implying a tagging or SDK cause — or spread evenly, implying a real behavioural shift. During staged rollouts, multiple SDK versions coexist, and comparing them is a fast triage step.

This turns 'did the number really change?' into a testable question.

How it appears in analytics and logs

An SDK version value identifies the collection build behind an event. A metric anomaly confined to one SDK version points at a tagging or SDK issue, not user behaviour.

Diagnostic use case

Use SDK version to confirm a metric movement followed an SDK or tagging upgrade, isolating collection changes from real user-behaviour shifts.

What WebmasterID can help detect

WebmasterID can record which collection build emitted an event as first-party diagnostic context, helping separate measurement bugs from real change.

Common mistakes

Privacy and accuracy notes

SDK version is collection metadata, not personal data. WebmasterID treats instrumentation versions as first-party diagnostic context, never as an identifier.

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.