Foros de discusión

Liferay 6.2 EE - statistiques utilisateurs

mickael bruna, modificado hace 8 años.

Liferay 6.2 EE - statistiques utilisateurs

Junior Member Mensajes: 66 Fecha de incorporación: 14/10/13 Mensajes recientes
Bonjour,

j'aurais souhaité connaitre ce que pouvait fournir Liferay en terme de statistiques utilisateurs de façon native?

Je n'ai rien trouvé sur le sujet à part :
- l'utilisation d'un outil externe, exemple google analytics ou Xiti,
- l'utilisation de Audit trial mais qui ne permet pas d'export de données utilisateurs.

Mon client souhaiterait pour un utilisateur savoir s'il a accédé à une page précise ou autre.
Avez-vous déjà mis en place des traces de ce type? Sous quelle forme?

Merci d'avance,
thumbnail
David H Nebinger, modificado hace 8 años.

RE: Liferay 6.2 EE - statistiques utilisateurs

Liferay Legend Mensajes: 14916 Fecha de incorporación: 2/09/06 Mensajes recientes
Analytics are typically used to track page hits, but if you're trying to see if a specific user has accessed a page, this you'd probably want to implement using more of an audit-like approach.

The issue with the auditing tool in Liferay (well, coding on the Liferay side in general) is that you normally do not have a view into the page being rendered. Pages in Liferay are completely dynamic so, outside of the incoming URL on requests, you have few ways to understand that page A is being rendered vs page B.

Now this is not impossible to get to, it's just not SOP for Liferay developers.