Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEngine.Analytics
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseUnity Analytics provides insight into your game users e.g. DAU, MAU.
Note: The documentation that follows is for usage of Unity Analytics with Unity 5.1 and above. To integrate Unity Analytics with earlier versions of Unity, refer to the documentation at https://analytics.cloud.unity3d.com/docs
Specifically, out-of-the-box features include access to user engagement and retention data through Metric Monitor and Data Explorer. Segmentation of players across various user dimensions and characteristics is automatically applied, with more than 20 standard segments available without any additional instrumentation.
For more detail around features, refer to the Unity Analytics homepage at http://unity3d.com/unity/analytics.
CustomEvent | Custom Events (optional). |
SetUserBirthYear | User Demographics (optional). |
SetUserGender | User Demographics (optional). |
SetUserId | User Demographics (optional). |
Transaction | Tracking Monetization (optional). |