Keewano Unity SDK
Loading...
Searching...
No Matches
Windows and Popups

Tracking In-Game Windows and Popups

To track window opening and closing events, add the KeewanoWindow Component to your game window GameObject/Prefab.
This component will track when the object is enabled or disabled in the scene, thus indicating when the window was shown to the user.
Additionally, you can use KeewanoSDK.ReportWindowOpen and KeewanoSDK.ReportWindowClose with the name of the window you have opened to manually track these events.

These events give you a foundational view of how your game is performing in real-world scenarios.