Send CDP Event
sitecore_personalize_event_sendSends a behavioral event like PRODUCT_VIEW, ADD_TO_CART, or ORDER to Sitecore CDP so a guest's actions power real-time and batch decisioning. A write operation for guest-attributed event ingestion.
Instructions
Ingests a behavioral event (e.g. PRODUCT_VIEW, ADD_TO_CART, ORDER) into Sitecore CDP for a guest, feeding real-time and batch decisioning. This is a write operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Event type, e.g. VIEW, PRODUCT_VIEW, ADD_TO_CART, ORDER, IDENTITY. | |
| channel | No | Channel the event originated from. | WEB |
| currency | No | ISO 4217 currency code, for commerce events. | |
| guestRef | Yes | The CDP guest reference the event is attributed to. | |
| timestamp | No | ISO 8601 timestamp for the event. Defaults to now if omitted. | |
| properties | No | Event-specific payload, e.g. { page: '/pdp/123', sku: 'ABC-1' }. | |
| pointOfSale | No | Point-of-sale/site identifier configured in your Personalize tenant. |