Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.5 KB

Event.md

File metadata and controls

21 lines (16 loc) · 1.5 KB

Event

Properties

Name Type Description Notes
id int Internal ID of this entity.
created datetime The time this entity was created.
application_id int The ID of the application that owns this entity.
profile_id str 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]
store_integration_id str The integration ID of the store. You choose this ID when you create a store. [optional]
type str A string representing the event. Must not be a reserved event name.
attributes object Arbitrary additional JSON data associated with the event.
session_id str 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.
ledger_entries list[LedgerEntry] Ledger entries for the event. [optional]
meta Meta [optional]

[Back to Model list] [Back to API list] [Back to README]