Export Usage Stats - Unique app user emails

We use a Table with all the UserEmails that have access to the App. This Table has also a Y/N column. Here we paste in if the user was active or not in the last 30 days. We get this information from the Usage Stats Site under My Account > App Info. We simply copy all the UserEmails and paste them in a EXCEL. Then we do a lookup with all the UserEmails in the User Table. Department Manager can now decide if these users still need access to the app or not.

This solution is not bad, but it takes some time to do it manually. Do you think we could automate this? Maybe with a bot? Or with Google App Script?

0 3 279
3 REPLIES 3

Yes, but you need to use appsheet api to retrieve usage data.  I reckon this API is available from AppSheet enterprise license.

We wrote a GAS, and extract the usage data daily on schedule and save to the spreadsheet every day. Then use I use this sheet for AppSheet app to track the usage of our apps. Everything is automated.

 

Hi @Koichi_Tsuji that sounds very good. Could you please share the GAS?

Top Labels in this Space