Interaction Events

Introduction

Interaction events are crucial for understanding how players interact with the user interface and various elements within your game. By tracking these events, you can gain insights into player behavior, user interface efficiency, and overall user experience. This information is essential for optimizing the game’s design and improving player engagement.

Events

UiInteraction

Use this event to track interactions with the user interface, such as button clicks, menu selections, and other UI elements. This event helps you understand which UI elements are most frequently used and how players navigate through your game’s interface.

Options

Use this event to track when a player opens the options menu. This event helps you understand how often players access game settings and which settings they modify.

NotificationOpened

Use this event to track when a player receives or interacts with a notification. This event helps you measure the effectiveness of in-game notifications and their impact on player behavior.