Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Mobile SDK - Hours since last use?

Avatar

Level 2

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 Accepted Solution

Avatar

Correct answer by
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.

View solution in original post

2 Replies

Avatar

Correct answer by
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.