WebmasterID logoWebmasterID
Analytics dimensions

App version dimension

The app version dimension reports which build of your mobile app a session ran. GA4/Firebase reads it from the app's version string automatically. This page explains how it is populated, why multiple versions coexist in the wild, and how version skew affects event and funnel analysis.

Verified against primary sources

What this means

The app version dimension identifies the specific build of your app — typically the versionName/CFBundleShortVersionString — that produced a session's events. GA4/Firebase captures it automatically from the app, so no manual tagging is needed.

It is the app-world analogue of a browser version: the platform-specific software identity that lets you tie behaviour, errors, and conversions to a particular release.

Why version skew matters

Unlike a website, where everyone gets the latest code on load, app users run whatever build they last installed. After a release, traffic is split across the new version and a long tail of older ones until adoption catches up — and some users never update.

This skew shapes analysis. A new event added in version 5.0 simply does not exist in 4.x sessions, so a funnel that assumes it will look broken for older builds. Always segment by app version when comparing features that shipped in a specific release.

How it appears in analytics and logs

An app version value names the build behind a session. A spread of versions is normal because users update at different times; a stuck old version can indicate update-adoption problems.

Diagnostic use case

Compare behavior, crashes, and conversions across app versions to confirm a release improved things and to spot regressions tied to a build.

What WebmasterID can help detect

WebmasterID treats app version as event context, so you can segment first-party app behaviour by build without device fingerprinting.

Common mistakes

Privacy and accuracy notes

App version is build metadata, not personal data. It describes the software, not the user.

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.