C# Class Mixpanel.NET.Events.TrackerOptions

Class provides all options available when sending data to Mixpanel.
Inheritance: MixpanelClientOptions
Mostrar archivo Open project: chrisnicola/Mixpanel.NET Class Usage Examples

Public Properties

Property Type Description
SetEventTime bool

Property Details

SetEventTime public_oe property

If true the tracker will automatically set the event timestamp for each event, unless the property "time" or "Time" has already been set to something else. Otherwise no time will be set if it doesn't exist. default: true
public bool SetEventTime
return bool