WebmasterID logoWebmasterID
Event tracking

Custom conversion events

A custom conversion event is a conversion you define from your own events rather than a built-in one. In GA4 there are two routes: mark an existing event as a key event so each occurrence counts, or create a conversion from conditions (e.g. a page_view where a parameter matches) to synthesise an event. Both let you measure goals specific to your site, with different trade-offs in precision and maintenance.

Verified against primary sources

Two ways to define one

First, mark an existing event (often a custom event you send) as a key event, so every occurrence is counted as a conversion. Second, create a conversion from conditions — GA4's create-event feature can synthesise a new event when an existing event meets criteria, which you then mark as key. The first is precise if your event fires exactly on the goal; the second is useful when you cannot change instrumentation.

Choosing and maintaining

Marking a dedicated event as key is cleanest when you control the code and the event maps one-to-one to the goal. Condition-based conversions help when the signal exists only inside another event's parameters, but they are easy to mis-scope — too loose and they over-count, too tight and they miss cases. Document each definition and review it when the site changes, so conversions stay meaningful.

How it appears in analytics and logs

A conversion counting too broadly often comes from condition-based creation matching more than intended; one counting too narrowly may rely on an event that does not always fire.

Diagnostic use case

Measure a site-specific goal by either marking your custom event as a key event or building a conversion from conditions on an existing event.

What WebmasterID can help detect

WebmasterID lets you flag first-party events as conversions directly; GA4's two creation routes are documented here so you can map goals accurately.

Common mistakes

Privacy and accuracy notes

Conversion definitions operate on event names and parameters, not identity. Keep the matching conditions to non-identifying fields. 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.