# Custom events

The **Custom Events** tab shows all events triggered by or associated with a member that are not standard transactions. Custom events provide flexibility to record and act on unique activities, such as registrations, reviews, referrals, or in-app actions.

<figure><img src="/files/swpGZOgtaMD9AjCRCq5u" alt=""><figcaption></figcaption></figure>

***

### Key elements

* **Event list**\
  Each record includes:
  * **Event date** – business date provided in the custom event.
  * **Event name** – as defined in your schema.
  * **Event attributes** – key-value pairs with details (e.g., `device=mobile`, `location=store-12`).
  * **Created on** – date when the event was registered in the system.

***

From the actions menu, you can **view details** of each custom event.

* **Linked data**\
  Custom events may also display:
  * **Assigned units** – loyalty points or cashback added as part of the custom event.
  * **Campaign triggers** – campaigns initiated by the custom event.
  * **Custom event body** - event attributes of the custom event.

***

To find out more about the custom events module, please refer to this section of the User Guide:

{% content-ref url="/pages/-MhwU9vuj9jlFAx19huA" %}
[Custom Events](/main-features/custom-events.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.openloyalty.io/main-features/members/member-list/single-member-view/custom-events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
