How can you determine who is using the mobile interface?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2016 06:02 PM
I'm looking for a way to report the usage of the mobile app (e.g. which users are accessing the mobile interface, what apps they are using, ...). Is there a log in ServiceNow that can be use to report on this?
Thanks for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2016 06:38 PM
Please let me know if you have any further questions. I hope this helps!
Thanks,
Berny

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2018 06:45 AM
I have a indicator source on the facts table [sys_mobile_devices] that pulls this information in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2018 10:31 AM
Awesome! Best solution!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2018 02:02 AM
Can you explain your solution? It is very interesting for me.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2018 07:33 AM
Sure, there are several ways to see the mobile devices and users of those devices.
Option 1: Under System Mobile UI, go to Mobile App -> Devices. That will give you a list of all the devices using the app and the users associated with those devices. Typically you need the admin role to view this or you will be prevented by security constraints.
Option 2: At a very high level, if you have Performance Analytics, create an indicator source on the sys_mobile_devices table. Then you can create an indicator with a daily data collection and historic data collection. This will enable you to view mobile users overtime instead of a point in time. Again, you will need the admin role if you desire to view the actual records/users. Or you could always change the ACL/role assigned to view those records.
Hope that helps!