Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 665 Bytes

Event.md

File metadata and controls

12 lines (8 loc) · 665 Bytes

Event

Representation of a trackable event.

Properties

Name Type Description Notes
body dict(str, str) Body of the event to track the details of the tracking event as Key value pair [optional]
key str Key of the event to be tracked. This key should start with an uppercase letter followed by alphanumeric characters or underscores. The entire key needs to be smaller than 64 characters. [optional]

[Back to Model list] [Back to API list] [Back to README]