Is there a field that will indicate each and every time a user logs into our website? That is a table, aspnet_Users which contains, "LastActivityDate", but my 'guess' is that if I go by that, the average visit per users in any given range will always be '1'. :0(
Any suggestions? Google Analytics', by the way, has visitor reports that do not provide enough information, as this level of engagement analyis would need to be driven by our database. Also, even that aside, the level of information that is based on single visits or greater on Google Analytisc has many anomalies. (This is tangental, but, for instance, if a user visits the site with more than one IP address, such as using mutliple PCs, or a variation of PCs, laptops, and/or mobile device, Google counts each IP address as a single 'user' visit. I figure that probably impacts the response distribution around 20% or greater.)
Anyway, in short: does anyone know of an iMIS table which contains a field that registers each and every time a user logs into the website?
Edit: my guess is that iMIS's database does not keep a historical view of these logins of users, which is a shame, because there may be other uses for such a field for things outside of analytics.
Molte grazie!
Lynea E. Bernhard
EPCOR
I am pretty sure you will
I am pretty sure you will have to do something custom. If you just want to know who logged in and at what time, you could create a SQL job that runs once a day and then creates an activity for each user the logged in for the day.
Thanks
Joe John
John Consulting