Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

Mobile SDK - Hours since last use?

Avatar

Level 3

Hi everyone,


I'm looking at Analytics data for a mobile app. In the SDK one of the lifecycle context data is "DaysSinceLastUse". Is there a way to get a more granular view of this? I.e. for a proportion of our app launches "DaysSinceLastUse" is 0. It would be good to know for those users how long it has been in HH:MM:SS between uses if users use the app more than once on the same day.

1 solución aceptada

Avatar

Respuesta correcta de
Employee Advisor

DaysSinceLastUse is an out of the box dimension provided in the Mobile SDK. You you need to track the hours since last use, you might want to write your code and include the value in context data.

Ver la solución en mensaje original publicado

2 Respuestas

Avatar

Respuesta correcta de
Employee Advisor

DaysSinceLastUse is an out of the box dimension provided in the Mobile SDK. You you need to track the hours since last use, you might want to write your code and include the value in context data.

Avatar

Level 3
Thanks @Khurshid_Alam, that makes sense. Appreciate the response.