HomeGlossary › Data Stream
GA4 Architecture & Concepts

Data Stream

A data stream is the source of data feeding a GA4 property — a website, an iOS app, or an Android app. It's the bridge between the thing you're measuring and where the data lands. Each stream issues a measurement ID and controls what enhanced measurement automatically tracks on that platform.

Why it matters

The data stream is where setup actually happens. When you add GA4 to a website, you're creating a web data stream and installing its measurement ID. If that stream is misconfigured — wrong ID, enhanced measurement off, the snippet missing on some pages — the data never reaches the property and the gap can go unnoticed for weeks.

A concrete example

Say you run a consulting site and a separate booking subdomain. You might use a single web data stream covering both, with cross-domain tracking configured so a visitor moving between them counts as one session. Get the stream setup wrong — two streams, or no cross-domain rule — and the same visitor looks like two people arriving from a referral. The stream's configuration shapes everything downstream.

The common misreading

The frequent confusion is mixing up a data stream with a property. A property is the container that holds and reports the data; a stream is one pipe feeding into it. A single property can have several streams — one for web, one for each app — all reported together. Adding a stream doesn't create a new property, and deleting a stream doesn't erase past data already collected.

Once your data stream is connected, WebSignalytics takes it from there — reading your GA4 data read-only and emailing what changed each week. No dashboards, no logging in.

See how it works