TrackingEvent

Public Properties

  • All event fields as a dictionary. The dictionary will contain TrackingEvent.Fields, as well as any other custom properties set for the event.

Initializers

  • The initializer. Automatically sets the User.current?.accessId value if available

Getters and setters for fields

  • 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

CustomStringConvertible

TrackingEvent.Name

TrackingEvent.Feature

TrackingEvent.AdditionalFields