Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.57 KB

Event.md

File metadata and controls

21 lines (16 loc) · 1.57 KB

# Event

Properties

Name Type Description Notes
id int Internal ID of this entity.
created \DateTime The time this entity was created.
applicationId int 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 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 \TalonOne\Client\Model\LedgerEntry[] Ledger entries for the event. [optional]
meta \TalonOne\Client\Model\Meta [optional]

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