This module tracks each user event like User Login, User Logout and User Nodeview events and also store these event data in your database. This data is then exposed to views so you can report on it if required.
This module tracks each user event like User Login,
User Logout and User Nodeview events and also store
these event data in your database. This data is then exposed to views
so you can report on it if required.
Note: Front Page/Home Page be tracked by default. We dont track Node view event for anonymous user.
Note: Front Page/Home Page be tracked by default.
We dont track Node view event for anonymous user.
REQUIREMENTS
@@ -49,8 +53,11 @@ following permission to track Login and Logout event for specific roles:
For NodeView Event tracking
If you wish to track user nodeview event for certain content type only, then you can assign permission to track nodeView event for specific content type for specific user role.
If you wish to track user nodeview event for certain content type only,
then you can assign permission to track nodeView event for
specific content type for specific user role.
Views integration
You can access the data in the real time user behaviour tables either as a base view, or
You can access the data in the real time user behaviour
tables either as a base view, or
more usefully as a relationship against the user table.