Class: AnalyticsEvent

Class: AnalyticsEvent

AnalyticsEvent(name)

Class that holds an analytics event. This class constructor accessible by mcs.AnalyticsEvent method.

Constructor

new AnalyticsEvent(name)

Parameters:
Name Type Description
name string event name
Source:

Members

name :String

The name of the event.
Type:
  • String
Source:

properties :Object

Custom caller specifiable properties as key/value strings.
Type:
  • Object
Source:

sessionID :String

The ID of the current session.
Type:
  • String
Source:

timestamp :String

The timestamp of the event. The system will populate with the current time by default.
Type:
  • String
Source: