WebmasterID logoWebmasterID
Event tracking

Create event and modify event in GA4

Create event and modify event are GA4 admin features that let you derive new events from existing ones, or alter incoming events, entirely in the interface — no code changes or redeploys. Create event builds a new event when conditions match; modify event changes parameters or names of events as they are processed. They are powerful for fixing taxonomy after the fact, within documented limits.

Verified against primary sources

What this means

Create event lets you define a new event that GA4 generates whenever an existing event matches conditions you set — for example, create a 'purchase_high_value' event when purchase has value above a threshold, or rename a legacy event to a new convention. Modify event changes events as they are processed: rewriting a parameter value, renaming an event, or correcting a taxonomy mistake, all from the admin UI.

Order, scope, and limits

Modify-event rules are applied in order and before create-event rules in processing, so the sequence matters when rules interact. These features operate on incoming data going forward — they do not retroactively rewrite historical events. There are limits on the number of rules and the conditions available. Crucially, they cannot un-collect personal data: if PII reached the parameter, the only real fix is to stop sending it at the source.

How it appears in analytics and logs

An event you never instrumented appearing in reports may be a create-event rule; an event whose parameters differ from what you send may be reshaped by a modify-event rule.

Diagnostic use case

Fix or extend your event taxonomy in the GA4 UI — renaming, merging, or deriving events — without waiting on a code deploy.

What WebmasterID can help detect

WebmasterID favours getting event names right at collection; the same outcome these UI rules chase is achieved with a clean, stable event vocabulary from the start.

Common mistakes

Privacy and accuracy notes

These rules reshape events but do not sanitise personal data already in them — the fix for PII is at collection, not via modify event. 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.