C# (CSharp) Mixpanel.NET.Events Namespace

Classes

Name Description
MixpanelEvent Structure which represents a standard Mixpanel event. Mixpanel events are each given a name which is sent as "event" and a property bag sent as "properties". The entire event is serialized to JSON and so the property bag must contain only types supported by JSON serialization and should be flat (no nested properties). This class is also useful for testing or building proxies where deserialization of the events may be needed.
TrackerOptions Class provides all options available when sending data to Mixpanel.