Display events
An event represents a single occurrence of an individual customer action. Each customer session contains one or more events.
An example of event can be someone updating their cart's content or signing up for a newsletter.
For more information, see Event entity.
List events
To list the events of an Application:
- Open the Application of your choice.
- On the left-side menu, click Events.
It contains the following information:
| Column | Description |
|---|---|
| Time | Date and time when the event happened in the time zone of the Application. |
| Event | Event type. |
| Customer ID | Unique identifier of the customer profile associated to the event. It can be used for integration purposes. It is the same across all Applications. |
| Session ID | Unique identifier of the customer session where the event happened. It can be used for integration purposes. It is unique for each Application. |
| Effects | Number of effects triggered for the event. Click the link to display the details of each effect. See API effects. |