TrackingEvent
-
All event fields as a dictionary. The dictionary will contain
TrackingEvent.Fields
, as well as any other custom properties set for the event.
-
The initializer. Automatically sets the
User.current?.accessId
value if available
-
Allows to get or set a field of the event using a subscript. You can provide one of the
TrackingEvent.Fields
value, or any custom name Example:event[Fields.action] = "click"
-
Feature of the event
-
Name of the event
-
Category of the event
-
Action that triggered event
-
The area of the UI where the event took place
-
A numeric value associated with the event
-
The name of the user associated with the event
-
The detailed description of the event