cdp_post_tracking_event
Send real-time tracking events to the Customer Data Platform by posting JSON data with event type, identity hash, and properties to the tracker endpoint.
Instructions
Post a real-time tracking event to the CDP (POST /{apiVersion}/{tenantId}/dw/tracker). api_version is a routable path segment — defaults to 'v2' but the controller accepts any version clients want to pin. Pass event data as a JSON string with eventType, identityHash, properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| tenant_id | No | ||
| api_version | No | v2 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |