Analytics

class in UnityEngine.Analytics

Cambiar al Manual

Descripción

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.

Variables Estáticas

configUrlGet the Analytics config endpoint.
deviceStatsEnabledControls whether the sending of device stats at runtime is enabled.
enabledControls whether the Analytics service is enabled at runtime.
eventUrlGet the Analytics event endpoint.
initializeOnStartupReports whether Unity is set to initialize Analytics on startup.
limitUserTrackingControls whether to limit user tracking at runtime.
playerOptedOutReports whether the player has opted out of data collection.

Funciones Estáticas

CustomEventEventos personalizados (opcional).
EnableCustomEventUse it to enable or disable a custom event.
EnableEventUse it to enable or disable an event.
FlushEventsAttempts to flush immediately all queued analytics events to the network and filesystem cache if possible (optional).
IsCustomEventEnabledUse it to check to custom event enable status.
IsEventEnabledUse it to check to an event enable status.
RegisterEventThis 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.
ResumeInitializationResume Analytics initialization.
SendEventThis 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.
SetEventEndPointUse 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.
SetEventPriorityUse 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.
SetUserBirthYearDemografía de los Usuarios (opcional).
SetUserGenderDemografía de los Usuarios (opcional).
SetUserIdDemografía de los Usuarios (opcional).
TransactionRastrear Monetización (opcional).