The Explorer menu "App Analytics" offers analysis proper to your mobile apps data, also available in Data Query.
You can know more about the metrics' calculations methods by hovering their label from our tools. Here is a list of definitions associated to these metrics:
- App - Sessions (m_app_session) : A set of events that begins when an application is launched or brought into the foreground, and ends when the application is sent to the background for more than 60 seconds (adjustable) or when the application is closed.
This metrics uses the property app_sessionid (App - Session ID) to be calculated. - App - New visitors (m_app_newvisitors) : Number of visitors who install the application for the first time, or reinstall the application after having uninstalled it. During a given day, a visitor can only have a single status: New or Returning
This metrics uses the property app_visitor_status (App - Visitor status) to be calculated. - App - Returning visitors (m_app_returnv) : Number of visitors on a given day who are not new (2nd day of use)
This metrics uses the property app_visitor_status (App - Visitor status) to be calculated. - App - Crashes (m_app_crash) : A technical incident which closes the application and interrupts the user experience
This metrics uses the property app_crash (App - Error name) to be calculated. - App - 1st sessions (m_app_news) : Number of 1st sessions that took place following the application installation, or following the app's uninstallation and reinstallation.
This metrics uses the properties app_sessionid (App - Session ID) et app_session_status (App - Session status) to be calculated. - App - New visitors sessions (m_app_session_newvr) : Number of sessions made by a new visitor.
This metrics uses the properties app_sessionid (App - Session ID) et app_visitor_status (App - Visitor status) to be calculated. - App - Returning visitors sessions (m_app_session_returnvr) : Number of sessions made by a visitor from the 2nd day of use (he becomes a returning visitor).
This metrics uses the properties app_sessionid (App - Session ID) et app_visitor_status (App - Visitor status) to be calculated. - Time spent / session (apps) (m_time_spent_per_app_session) : Average time spent on apps session for the site. Calculation: cumulative time spent / apps session with duration.
This metrics uses the properties m_time_spent (Time spent) and m_app_session (App - Sessions) to be calculated.
For more information regarding properties proper to mobile apps, you can also reach our technical documentation.