WebmasterID logoWebmasterID
Analytics dimensions

Page title dimension

The page title dimension records the document title (the <title> text) of each viewed page. GA4 captures it from the page_view event. It is convenient for human-readable reports, but titles are editable and dynamic: the same URL can carry different titles over time or across A/B tests, splitting one page into several title rows and making path a more stable key.

Verified against primary sources

What this means

The page title is the text in the document's <title> element at the moment the page_view fired. GA4 stores it as a dimension so reports can show human-readable names instead of bare paths.

It is useful for skimming a report, but it is a label, not an identity — the path is what stably identifies a page.

Why it splits

Titles are routinely edited, localised, templated with dynamic values, or varied across A/B tests. Each variation is a distinct title row even though the URL never changed, so one page can appear several times. Single-page apps that update document.title on route changes must set the title before the page_view fires, or the wrong title is recorded.

How it appears in analytics and logs

A page title value is the document title sent with a page_view. Multiple titles for one URL usually mean the title changed over time, was localised, or varied by test — not that there are multiple pages.

Diagnostic use case

Use page title for readable reporting, but key durable analysis on page path, since titles change with edits, localisation, and tests.

What WebmasterID can help detect

WebmasterID records the page title alongside the path first-party, so you get readable labels while keeping the path as the stable analytical key.

Common mistakes

Privacy and accuracy notes

Page title describes the page, not the visitor — but dynamic titles can echo query content, so they should be reviewed for accidental PII.

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.