conversions

Track a conversion event

post/v1/conversions/events

Request body

action'PURCHASE' | 'STORE_PURCHASE' | 'TICKET_PURCHASE' | 'CHECK_IN' | 'ADD_TO_CART' | 'LINK_CLICK' | 'UPSELL_CLICK' | 'UPSELL_REMINDER_CLICK' | 'VIP_CLICK' | 'RSVP' | 'OPT_OUT' | 'DIRECT_MESSAGE' | 'CALL' | 'FOLLOW' | 'SOCIAL_ENGAGEMENT' | 'WAITLIST_SIGNUP' | 'SECONDARY_LISTING_CREATED' | 'ABANDONED_CART_CLICK' | 'TICKET_SALES_CLICK' | 'ABANDONED_CART_CREATED' | 'ABANDONED_CART_UPDATED' | 'FORM_SUBMISSION' | 'QUESTION_RESPONSE' required

The action represented by the conversion.

consentGrantedAtstring date-time

When marketing consent was granted, in ISO 8601 with an explicit UTC offset.

createNeoRecordboolean

Whether downstream processing should create the conversion event in Laylo data.

metadataobject required

Integration-defined event metadata. uniqueId is the idempotency key; productId, currency, totalCost, and totalPrice are recognized fields.

namestring required

A non-empty, human-readable event name.

sessionIdstring

Optional integration session identifier.

sourcestring

Optional name of the integration source.

timestampstring date-time required

When the event occurred, in ISO 8601 with an explicit UTC offset.

Response

Whether the event was accepted by the stream. The safe echo omits submitted contact fields.

status'success' | 'failure' required

Whether the event was accepted by the stream.

Changes

No recorded changes to this endpoint across all 1 revision of this API.