Class TrackEvent
Events to be dispatched to Amplitude/Userflow.
Namespace: SuperOffice.Util
Assembly: SoDataBase.dll
Syntax
public class TrackEvent : Object
Constructors
TrackEvent(String)
Events to be dispatched to Amplitude/Userflow.
Declaration
public TrackEvent(string eventName)
Parameters
Type | Name | Description |
---|---|---|
String | eventName |
Properties
ContextIdentifier
Cust12345
Declaration
public string ContextIdentifier { get; set; }
Property Value
Type | Description |
---|---|
String |
EventName
"sale-created" or "sale-sold"
Declaration
public string EventName { get; set; }
Property Value
Type | Description |
---|---|
String |
UserId
Cust12345.56
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)