How to tell who is using the mobile application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2017 07:50 AM
Hi there, first time here and with SNOW
we have a request to find out what users are using the mobile App vs. browser. Is this available? also would be nice to find out which devices.
thank you in advance
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2017 08:05 AM
Hi,
You can check in transaction log , navigate to table syslog_transaction. Refer to this thread for more info How can you determine who is using the mobile interface?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2017 11:43 PM
Hi Yunisbel,
You could look at the sys_mobile_devices table, which is the table that tracks mobile device identifiers (along with user and device meta data) needed for sending push notifications (APNs device tokens in Apple speak). As these identifiers are prone to change you need to keep in mind that there might be multiple entries with different identifiers for the same user/device combination. Additionally when an entry exists, it does not necessarily mean a device is still in active use as the app might be uninstalled or a newer entry might exist. Lastly, a record is only created if the user allows the app to receive push notifications (in the modal dialog on initial installation or through the App's settings menu); which means their might be some active users that do have a corresponding record in this table.
Taking these side notes into consideration, you should be able to determine with a relatively high certainty which unique users have been using the mobile Apps.
I hope this helps answering your question.
Cheers, Jeroen

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2017 11:35 PM
We can't seem to select sys_mobile_devices table when creating Reports.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2017 09:46 AM
Have this same question. Did you find out why you cannot report on this table? sys_mobile_devices