C# Class Mixpanel.NET.Events.TrackerOptions

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

Méthodes publiques

Свойство 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
Résultat bool