WebmasterID logoWebmasterID
Data quality

Cross-domain tracking issues

A single user crossing from one domain to another (site to a separate checkout or booking host) should stay one user and one session. Without cross-domain tracking, the second domain starts a fresh session and often a self-referral, double-counting users and breaking attribution. This page explains how the GA4 linker passes the client ID and the common reasons it does not arrive.

Verified against primary sources

What this means

GA4 configures cross-domain measurement in the data stream settings. When set, GA4 decorates links and forms to a configured domain with a `_gl` linker parameter carrying the client ID, so the destination continues the same session and user.

When the destination domain is not in the configured list, or the link is built in a way the SDK cannot decorate, the parameter never arrives and the second site mints a new client ID.

Where it fails

Common failures: the destination domain is missing from cross-domain settings; redirects strip the `_gl` parameter; links are opened via JavaScript the tag cannot intercept; or the second property uses a different measurement ID entirely. Each produces split users and a self-referral from the originating domain.

How it appears in analytics and logs

If sessions jump and the second domain shows the first as a referrer, the client ID is not crossing — the linker is missing, the destination is not configured, or the parameter is being stripped.

Diagnostic use case

Diagnose split sessions and self-referrals when traffic moves between domains, and confirm the linker parameter is decorating outbound links.

What WebmasterID can help detect

WebmasterID can show whether the second domain is appearing as a referrer to the first — a direct symptom of a broken cross-domain handoff — without cross-site cookies.

Common mistakes

Privacy and accuracy notes

Cross-domain tracking in GA4 passes a client ID in the URL, not personal data; it stitches the same browser's visit. WebmasterID stitches first-party without exposing identifiers across sites.

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.