Las Analíticas de Unity ofrecen una mejor comprensión en los usuarios del juego e.g. DAU, MAU.
Nota: La documentación que se encuentra a continuación es para el uso de Unity Analytics con las versiones de Unity 5.1 en adelante. Para integrar Unity Analytics con versiones previas de Unity, referirse a la documentación en https://analytics.cloud.unity3d.com/docs
De manera más específica, algunas características ya implementadas incluyen acceso a datos de retención y participación a través del Medido de Métricas (Metric Monitor) y el Explorador de Datos (Data Explorer). Segmentación de jugadores alrededor de varias dimensiones y características se aplica automáticamente, con más de 20 estándares de segmentos sin ninguna instrumentación adicional.
Para más detalles referentes a características, entre a la página principal de Unity Analytics: http://unity3d.com/unity/analytics.
configUrl | Get the Analytics config endpoint. |
deviceStatsEnabled | Controls whether the sending of device stats at runtime is enabled. |
enabled | Controls whether the Analytics service is enabled at runtime. |
eventUrl | Get the Analytics event endpoint. |
initializeOnStartup | Reports whether Unity is set to initialize Analytics on startup. |
limitUserTracking | Controls whether to limit user tracking at runtime. |
playerOptedOut | Reports whether the player has opted out of data collection. |
CustomEvent | Eventos personalizados (opcional). |
EnableCustomEvent | Use it to enable or disable a custom event. |
EnableEvent | Use it to enable or disable an event. |
FlushEvents | Attempts to flush immediately all queued analytics events to the network and filesystem cache if possible (optional). |
IsCustomEventEnabled | Use it to check to custom event enable status. |
IsEventEnabled | Use it to check to an event enable status. |
RegisterEvent | This API is used for registering a Runtime Analytics event. Note: This API is for internal use only and is likely change in the future. Do not use in user code. |
ResumeInitialization | Resume Analytics initialization. |
SendEvent | This API is used to send a Runtime Analytics event. Note: This API is for internal use only and is likely change in the future. Do not use in user code. |
SetEventEndPoint | Use this API to set the event end point URL. Note: This API is for internal use only and is likely change in the future. Do not use in user code. |
SetEventPriority | Use this API to set the event priority. Note: This API is for internal use only and is likely change in the future. Do not use in user code. |
SetUserBirthYear | Demografía de los Usuarios (opcional). |
SetUserGender | Demografía de los Usuarios (opcional). |
SetUserId | Demografía de los Usuarios (opcional). |
Transaction | Rastrear Monetización (opcional). |