Introduction
User Experience Analytics (UXA) is a Unity plugin that gathers data about users' behavior at runtime in immersive and interactive experiences. All datas are sent to an online database.
The database is directly accessible in the Coda project page where we have setup multiple templates and charts to view the collected data, cross-check it, filter it, and analyze it.
Basic understanding of the structure
The UXA structure can be summarized as follows : sessions, sequences and events. A play session is opened when an app is launched and closed when the app is paused. A session can contain several successive interactive sequences that start and end. Various events can be triggered during and between interactive sequences.