WebmasterID logoWebmasterID
Event tracking

Event parameters: adding context safely

Event parameters are the key-value details attached to an event: which button, which product, which step. They are what turns a bare event name into something analysable. The craft is choosing a small, stable set of parameters with consistent names and values — and the discipline is keeping every one of them free of personal data, because parameters are stored and widely visible in tooling.

Verified against primary sources

What this means

An event parameter is a key-value pair giving an event context: cta_id, product_category, checkout_step. GA4 distinguishes event-scoped parameters (this event), and supports user properties separately. There are platform limits — for example a cap on the number of parameters per event and on name/value lengths — so a parameter budget matters.

Choosing parameters well

Good parameters are stable, low-cardinality, and consistent: the same key means the same thing everywhere, values come from a known set, and naming follows one convention. High-cardinality or per-visitor values both blow past limits and risk identifying people. The rule that overrides all others: nothing that could identify a person — no names, emails, user ids, or free text — belongs in a parameter.

How it appears in analytics and logs

Inconsistent parameter names or values fragment an event across rows. A parameter that varies per visitor (or looks like an identifier) signals a PII or high-cardinality problem.

Diagnostic use case

Attach a small, stable set of contextual parameters to events so reports can segment by them, without encoding any personal data into the values.

What WebmasterID can help detect

WebmasterID favours a small set of semantic, non-PII parameters (such as a CTA id) so events stay analysable and free of identifying data by convention.

Common mistakes

Privacy and accuracy notes

Parameters are stored and surfaced in reporting and exports — never put names, emails, ids, or free text in them. Keep values low-cardinality and non-identifying. This is educational, not legal advice.

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.