appmixer.posthog.core.CaptureEvent
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Project | text | Pick a project, or type the numeric Project ID directly. |
| Event Name | text | Name of the event to capture, e.g. 'order_created'. |
| Distinct ID | text | Unique identifier of the user the event belongs to. |
| Properties | textarea | Optional event properties as a JSON object, e.g. {"plan": "premium", "amount": 42}. |
| Timestamp | date-time | Optional event timestamp. Defaults to the time PostHog receives the event. |
| Field | Type | Description |
|---|---|---|
| Status | string | - |
| Event Name | string | - |
| Distinct ID | string | - |