C# (CSharp) Mixpanel.NET.Events 네임스페이스

클래스들

이름 설명
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.