Is there a way to monitor mobile app usage?

As we onboard new users, we provide information about setting up the mobile app. I would like to see dashboard/Looks views from a mobile device versus the webpage.

Is there a way to view this information, or any information about the mobile app usage?

1 Like

Hello @rallaking , I’m also interested in monitoring mobile usage. Have you found a workaround by any chance?
Thanks,

It’s not perfect, but you could use the link below to System Activity to show what OS your user was using to access Looker - you might need to play around with the other fields to get a useful picture of mobile usage, but hopefully it’s a helpful start.

Tagging @rallaking as well in case they miss this post.

YOUR_INSTANCE_URL/explore/system__activity/user?fields=session.browser,session.operating_system,session.count,session.created_date,user.name&f[user.is_disabled]=No&sorts=session.browser&limit=500&column_limit=50&vis=%7B%7D&filter_config=%7B%22user.is_disabled%22%3A%5B%7B%22type%22%3A%22is%22%2C%22values%22%3A%5B%7B%22constant%22%3A%22No%22%7D%2C%7B%7D%5D%2C%22id%22%3A0%2C%22error%22%3Afalse%7D%5D%7D&origin=share-expanded

Thanks @GavinW . I tried out the link and it shows only current session information so I can see what Browser and OS is currently in use. I was looking for historical information to gauge which dashboards/Looks are frequently accessed on mobile devices.

It can show you per user/date what OS was used (e.g. Android or IOS) and with a merged query it might be possible to connect OS usage by a user on a particular date to specific content in the history explore?

Thanks for your help! It is indeed a helpful start