Does Losant provide user metrics like number of logins?
Are we talking about experience users? If so the only thing Losant tracks is the user’s last login date.
If you would like to track that information, I recommend using a third-party application logging service. We have a first-class Loggly Node that would suit this use case well. You’d drop that node into your login workflow, probably after the Endpoint Reply Node that provides the user with a token and redirects to an authenticated part of your application.
I suppose you could also store that information on a user tag, incrementing the value on each login - though that goes a bit outside the intended purpose of user meta information for tags.
Hi Dylan, the focus would be on all users. Internal and External users to track utilization of the platform from internal and external users.