Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 1.07 KB

Event.md

File metadata and controls

29 lines (18 loc) · 1.07 KB

AxxellApi.Event

Properties

Name Type Description Notes
creationTime String Read-only [optional]
eventType String Type of event, consumer cannot set recommend [optional]
eventId String Read-only [optional]
eventTime String Read-only [optional]
entityType String Read-only [optional]
entityId String The user that triggered this event. You are free to choose whatever you like but it has to be consistent. Good examples are email address, internal user id or sha256 hash of these values. [optional]
targetEntityType String Read-only [optional]
targetEntityId String Way to identify your product. Use the product id from your shop [optional]
body String Meta information that doesn't fit into above fields. Read-only [optional]

Enum: EventTypeEnum

  • view (value: "view")

  • purchase (value: "purchase")

  • recommend (value: "recommend")