Event types

You can create event types in the Hypertune UI to log events you want to track, e.g. Sign up, Purchase, etc.

Structure

Each event type has a:

  • Name

  • Set of features

Each feature has a:

  • Name

  • Type

Logging events

Once created, you can "drop" event types into the logic of Void flags in your schema.

You set the Unit ID of the event, typically context.user.id.

If the event type has features, you also set the values of these features, or nest more logic for them.

When you evaluate a Void flag that logs an event type, an event will be logged with the Unit ID and the feature values.

Viewing event counts

To view event counts and drop-off rates between different event types, build a funnel.

Last updated