Forums de discussion

Document Library user activity tracking

thumbnail
Zsolt Balogh, modifié il y a 14 années.

Document Library user activity tracking

Expert Publications: 463 Date d'inscription: 23/03/09 Publications récentes
We are trying to track document library activities (file downloads by user, file uploads, etc.), are there any solutions for these functions in liferay?
thumbnail
Auditya manikanta Vadrevu, modifié il y a 14 années.

RE: Document Library user activity tracking

Liferay Master Publications: 621 Date d'inscription: 06/05/08 Publications récentes
hi Zsolt Balogh ,

there is an option to monitor each and every path that user navigates in portal by enabling user tracker ( see in portal.properties)

and for document download history, there is a portlet also (it displays recently downloaded document )

and for monitoring recently uploaded documents, you can use asset publisher.



With Regards,
V.Auditya
Artur Korol, modifié il y a 14 années.

RE: Document Library user activity tracking

Junior Member Publications: 96 Date d'inscription: 02/03/09 Publications récentes
Auditya manikanta Vadrevu:

there is an option to monitor each and every path that user navigates in portal by enabling user tracker ( see in portal.properties)

and for document download history, there is a portlet also (it displays recently downloaded document )

and for monitoring recently uploaded documents, you can use asset publisher.



That's interesting, could You tell me which settings and which portlets - I reviewed portal.properties and was not obvious what to set. (there are some session tracker properties ..set to true) ..and there is no standard portlets (bundled with Liferay) .

Artur
thumbnail
Auditya manikanta Vadrevu, modifié il y a 14 années.

RE: Document Library user activity tracking

Liferay Master Publications: 621 Date d'inscription: 06/05/08 Publications récentes
hi artur korol,

the liferay portlets are recent document portlet in CMS category which displays recently downloaded documents. And for the custom condition display you can use asset publisher portlet. But for the properties you have enabled in portal-ext.properties for user tracking, there are no portlets by default build by liferay. We must develop our own portlet just to bring the results of usertracker and usertracker path tables .


With Regards,
V.Auditya
Ilya Zverev, modifié il y a 14 années.

RE: Document Library user activity tracking

Junior Member Publications: 26 Date d'inscription: 25/11/08 Publications récentes
Also, you can write model hooks (for DLFileEntry and DLFolder) to log all activity to database, for example.
Harri T., modifié il y a 14 années.

RE: Document Library user activity tracking

Junior Member Publications: 44 Date d'inscription: 03/02/08 Publications récentes
Ilya Zverev:
Also, you can write model hooks (for DLFileEntry and DLFolder) to log all activity to database, for example.


How can I find out, who is accessing the document library? userId is not passed to any of the methods of com.liferay.documentlibrary.util.Hook
thumbnail
Jitendra Rajput, modifié il y a 9 années.

RE: Document Library user activity tracking

Liferay Master Publications: 875 Date d'inscription: 07/01/11 Publications récentes
Check Document Download Log Hook available on Liferay market place.

Document download tracker can used as alternative to any analytic tool. It can be integrated with document library to track document downloads.

To know how to use this below blog post.

Hope this will help you .