Comment on page
Event types
You can create event types in the Hypertune UI to log events you want to track, e.g.
Sign up
, Purchase
, etc.Each event type has a:
- Name
- Set of features
Each feature has a:
- Name
- Type
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.Last modified 1mo ago