Event Metadata Settings
The Event Metadata Settings screen serves as a catalog of the events your organization has actually collected. You can see at a glance the types of events sent from your app or web, their parameters, and the time they last occurred, and you can add documentation descriptions to each event.
This menu appears under 설정 in the sidebar, but the actual screen path is /event-metadata.
1. Event List
When you enter an event name in the search box at the top and press the [검색] button (or Enter), only the matching events are shown. The list is paginated on the client side.
| Column | Description |
|---|---|
| Event Name | The name of the collected event. |
| Type | Whether it is Standard or Custom. |
| Parameters | The list of parameters collected for the event. Up to 3 are shown, and any beyond that are summarized as +N. |
| Description | The description registered for the event (- if none). |
| Last Occurred | The date and time the event last occurred. |
| Actions | The description edit icon. |
2. Standard Events and Custom Events
| Type | Description |
|---|---|
| Standard | Events defined as standard by the platform, such as purchase, login, and signup. |
| Custom | Events defined and sent by the service itself. |
The 마지막 발생 value lets you check whether a specific event has recently been coming in correctly.
3. Editing an Event Description
Pressing the edit (pencil) icon in the Actions column of the list opens the description edit dialog. The description is a note for documentation purposes and can be up to 300 characters. The dialog shows the name of the target event and a description input area, and saving it is reflected in the list immediately.
4. When an Event Is Not Visible
This list only shows events that have actually been received. If no event has ever come in yet, the list is empty, and once your app starts sending events, they appear automatically. For how to check when events are not received or are missing, please refer to the development guide.

