Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.4 KB

Event.md

File metadata and controls

22 lines (15 loc) · 1.4 KB

Event

Properties

Name Type Description Notes
id Integer Internal ID of this entity.
created OffsetDateTime The time this entity was created.
applicationId Integer The ID of the application that owns this entity.
profileId String ID of the customer profile set by your integration layer. Note: If the customer does not yet have a known `profileId`, we recommend you use a guest `profileId`. [optional]
storeIntegrationId String The integration ID of the store. You choose this ID when you create a store. [optional]
type String A string representing the event. Must not be a reserved event name.
attributes Object Arbitrary additional JSON data associated with the event.
sessionId String The ID of the session that this event occurred in. [optional]
effects List<Object> An array of effects generated by the rules of the enabled campaigns of the Application. You decide how to apply them in your system. See the list of API effects.
ledgerEntries List<LedgerEntry> Ledger entries for the event. [optional]
meta Meta [optional]