UserActivity component
UserActivity component
The UserActivity component displays every event that was recorded by a user or the agent who opened the case in the UserActions Component.
Options
userId
Identifies the user from which Clicked Documents are displayed.
This option is required.
unfoldInclude
List of event causes to unfold. This option overrides the unfoldExclude option.
The default value is ['didyoumeanAutomatic','didyoumeanClick','omniboxAnalytics','omniboxFromLink','searchboxSubmit','searchFromLink','userActionsSubmit'].
<div data-unfold-include="['didyoumeanAutomatic','didyoumeanClick','omniboxAnalytics','omniboxFromLink','searchboxSubmit','searchFromLink','userActionsSubmit']"></div>
unfoldExclude
List of event causes to fold. This option is overridden by the unfoldInclude option.
The default value is [].
<div data-unfold-exclude="[]"></div>
Methods
This component doesn’t offer any method.
Usage
This component is included by default in the UserActions component.
<div class="CoveoUserActions"></div>