Skip to content
The GA4 dictionary

Analytics shouldn't need
a dictionary.
But here we are.

GA4 is packed with terms that sound obvious but mean something very specific. If a setting, metric, or concept ever made you feel stupid — it's not you. It's the jargon. We translated it.

01.

How data gets in.

The plumbing. Tags, IDs, protocols — the invisible infrastructure.

Before you can analyse anything, data has to actually reach GA4. These are the mechanisms that carry every pageview, click, and purchase from your website to Google's servers. Break any of these, and your reports go dark.

Client ID

A unique, randomly generated string assigned to a specific browser and device combination, used by GA4 to anonymously identify returning users.

Cross-Domain Tracking

A configuration that allows GA4 to pass identifiers across different domains, ensuring a single user journey isn't split into two separate sessions.

Data Layer

A JavaScript array that temporarily holds structured data on your website so Google Tag Manager can accurately read it and send it to analytics tools.

DebugView

A real-time diagnostic hub inside the GA4 admin that lets you monitor events, parameters, and user properties exactly as they arrive from testing devices.

Enhanced Measurement

A suite of built-in GA4 event trackers that automatically measure scrolls, outbound clicks, site searches, and video engagement without needing custom GTM tags.

Event Parameter

Additional pieces of metadata sent alongside an event to provide specific context about the action that occurred.

Measurement ID

A unique identifier formatted as 'G-XXXXXXXXXX' that tells the gtag.js routing exactly which GA4 data stream to send the collected data to.

Measurement Protocol

An API that allows developers to send raw event data directly to GA4 servers via HTTP requests, bypassing the web browser entirely.

Server-Side Tagging

A method of moving tracking tags from the user's browser to a secure cloud server, improving page speed, data privacy, and bypassing ad blockers.

Session ID

A unique timestamp parameter generated when a user starts a visit. It groups all the events that occur during that specific visit together.

Tag Assistant

Google Tag Assistant is a Chrome extension that intercepts a page's outgoing tag requests, showing exactly which fired, which were blocked, and why.

User Property

Attributes that describe cohorts or segments of your user base, such as their language preference, subscription tier, or lifetime value.

User-ID

A unique, persistent identifier that you generate in your own backend database and pass to GA4 to perfectly track authenticated users across devices.

UTM Parameters

Short text codes added to URLs that tell GA4 exactly where traffic came from (Source, Medium, Campaign).

02.

What the numbers mean.

The metrics that look simple until your boss asks about them.

Conversions are called "Key Events". Bounce rate doesn't mean what you think. Sessions and users are counted differently than you'd expect. These definitions are the foundation — and the source of most reporting arguments.

Attribution Model

The mathematical rule or framework that determines how credit for sales and conversions is assigned to different touchpoints in user conversion paths.

Channel Grouping

Rule-based groupings of traffic sources that roll up granular UTM data into high-level categories (e.g., 'Organic Search', 'Paid Social').

Custom Dimension

A user-defined text attribute registered in the GA4 admin that allows you to see and filter custom event parameters or user properties in your reports.

Custom Metric

A user-defined numerical value registered in the GA4 admin that allows you to sum or average custom data points.

Data-Driven Attribution

An algorithmic attribution model that uses machine learning to evaluate both converting and non-converting paths to assign fractional credit to marketing touchpoints.

Direct Traffic

Traffic categorized as Direct when a user types your URL directly into their browser, uses a bookmark, or when GA4 entirely loses the referral data (Dark Social).

Engaged Session

A session that lasts longer than 10 seconds, has a conversion event, or has at least 2 pageviews or screenviews.

Key Event

The GA4 terminology (formerly 'Conversions') used to designate the most important user actions that drive business success.

Looker Studio

Google's free data visualization tool (formerly Data Studio) used to build custom dashboards by pulling data directly from GA4, BigQuery, or Google Ads.

Unassigned Traffic

Traffic where GA4 cannot determine the source or medium because the UTM parameters or referrer data do not match any known Default Channel Grouping.

03.

The hidden settings.

The toggles that silently eat your data if left on default.

GA4 ships with privacy defaults that hide rows, shorten retention, and obscure user paths. Most of these settings are buried three menus deep. Know what they do before they surprise you.

BigQuery Export

A native GA4 integration that streams a daily (or near-real-time) copy of your raw, unsampled event-level data into your own Google BigQuery data warehouse.

Content Security Policy (CSP)

A server-set HTTP header that acts as an explicit allowlist, telling the browser exactly which external scripts and resources it can load and execute.

Data Retention

A property setting that dictates how long GA4 is allowed to store user-specific identifier data before automatically deleting it.

Data Stream

The specific flow of data moving from a platform (Web, iOS, or Android app) into your GA4 Property.

Data Thresholding

A privacy feature in GA4 that hides rows of data with small user counts to prevent individual user identification, often triggered when Google Signals is enabled.

First-Party Cookie

A tracking cookie created and read only by the exact domain the user is currently visiting.

Google Consent Mode v2

A required framework for adjusting how Google tags behave based on the user's cookie consent choices, especially critical for European (EEA) compliance.

Google Signals

A feature that populates cross-device data and demographics by using data from users who are signed into Google accounts and have Ads Personalization enabled.

Referral Exclusion List

A GA4 setting (labeled 'List unwanted referrals') that tells Analytics to ignore specific domains as traffic sources, preventing broken attribution.

Regular Expression (RegEx)

A sequence of symbols and characters expressing a string or pattern to be searched for within a longer piece of text.

Third-Party Cookie

A tracking cookie set by a domain other than the one the user is currently visiting, traditionally heavily used for cross-site ad retargeting.