# Display events

> An event represents a single occurrence of an individual customer action. Each customer session contains one or more events.

> For the complete documentation index, see [llms.txt](https://docs.talon.one/llms.txt).

An example of event can be someone updating their cart's content or signing up for a newsletter.

For more information, see [Event entity](/docs/dev/concepts/entities/events.md).

## List events

To list the events of an Application:

1. Open the Application of your choice.
1. On the left-side menu, click <EventMenuIcon className="icon"/> **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](/docs/dev/concepts/entities/events.md#event-categories-and-types).                                                                                                                                                                                                    |
| Customer ID | Unique identifier of the [customer profile](/docs/product/applications/display-customer-profiles.md) 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](/docs/product/applications/display-customer-sessions.md) where the event happened. It can be used for integration purposes. It is unique for each Application.     |
| Effects     | Number of [effects](/docs/product/rules/effects/available-effects.md) triggered for the event. Click the link to display the details of each effect. See [API effects](/docs/dev/integration-api/api-effects.md).    |

## Related pages

- [Events](/docs/dev/concepts/entities/events.md)
- [Display customer sessions](/docs/product/applications/display-customer-sessions.md)
- [Create and manage rules](/docs/product/rules/create-and-manage-rules.md)
- [Award loyalty points for share a social media post](/docs/product/tutorials/loyalty/loyalty-custom-event.md)
- [API effects](/docs/dev/integration-api/api-effects.md)
