Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:3400_how_to:1100_miscellaneous:1430_track_users [2022/08/18 12:28] – removed - external edit (Unknown date) 127.0.0.1docs:3400_how_to:1100_miscellaneous:1430_track_users [2025/06/12 02:35] (current) – Rename to AwareIM aware_support3
Line 1: Line 1:
 +{{tag>Manuals How_To Users Registered}}
 +[<10>]
 +====== How to track activity of the registered users ======
 +
 +Whenever a new user logs into the system //**AwareIM**// sends the special login notification; whenever a user logs out //**AwareIM**// sends the logout notification. You can attach rules to these notifications to track the activity on your web site (see the “[[docs:2500_config_apps:2400_login_events|Handling Login Events]]” and “[[docs:2500_config_apps:2500_logout_events|Handling Logout Events]]” sections). For example, you can define a business object representing the statistics of your web site and define attributes in this object that will count the number of current users, the number of visitors etc. The rules attached to the login and logout notifications will set the values of these attributes accordingly.
 +
 +