Join us January 15th for an AMA with Champion Achaia Walton, who will be talking about her article on Event-Based Reporting and Measuring Content Groups!
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.
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.
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.