CaptureEvent
Properties
| Name | Type |
|---|---|
uuid | string |
UUID for the event (optional to allow compatibility with Node SDK's EventMessage). Must be a valid UUID. | |
event | string |
The name of the event | |
properties | PostHogEventProperties |
Properties associated with the event (optional to allow compatibility with Node SDK's EventMessage) | |
$set | PostHogEventProperties |
Properties to set on the person (overrides existing values) | |
$set_once | PostHogEventProperties |
Properties to set on the person only once (does not override existing values) | |
timestamp | Date |
Timestamp for the event | |