Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAnalyticsEvent

The event to send when the user interacts with "actionable" items in Ultra.

An example click analytics event:

example

 {
     analyticsId: 'course.outline.detailsActionButton',
     eventType: 'click',
     type: 'event:event'
 }

Note: Actionable items are elements that a user can interact with such as buttons, text fields, radio buttons, etc.

Hierarchy

  • IAnalyticsEvent

Index

Properties

analyticsId

analyticsId: string

The id of the item that was interacted with in Ultra.

eventType

eventType: Click | Hover

A Click or Hover event.

type

type: "event:event"

Will always be EVENT_OCCURRENCE_TYPE.

Generated using TypeDoc