Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.2 KB

File metadata and controls

28 lines (16 loc) · 1.2 KB

Event

Properties

Name Type Description Notes
occurredDateTime OffsetDateTime A UTC RFC3339 datetime; the date and time at which an event occurred on a client device
cfarContractId String The purchased CFAR contract, if one is present [optional]
dgContractId String The purchased DG contract, if one is present [optional]
cfarOfferIds List<String> CFAR offer IDs shown to the customer during the session. Used to recover the session (and enrich the event) when no HC-Session-ID header is sent. [optional]
dgOfferIds List<String> DG offer IDs shown to the customer during the session. Used to recover the session (and enrich the event) when no HC-Session-ID header is sent. [optional]
bookingReferences Map<String, String> [optional]
type TypeEnum

Enum: TypeEnum

Name Value
BOOKING_CONFIRMED "booking_confirmed"
OFFERS_DISPLAYED "offers_displayed"