The most common fields for the analytics events are:
| Field | Description |
|---|---|
analyticsSessionId |
The unique identifier for the analytics session the event belongs to. |
appName |
The name of the application generating the event. |
appVersion |
The version of the application generating the event. |
contentLocale |
The content language chosen by the user. |
name |
The name of the event. |
offline |
Indicates whether the user generated the event while offline. |
parameters |
Defines the specific fields of the event, which are different for each event. See the following topics for details. |
sessionId |
The unique identifier for the Fluid Topics session the event belongs to. |
tenantId |
The unique identifier for the tenant on which the event took place. |
datetime |
The timestamp of the event in milliseconds. |
uiLocale |
The interface language chosen by the user. |
userAgent |
The user agent found in the request generating the event. |
userGroups |
The groups the user belongs to. |
userId |
The unique identifier for the user generating the event. |
userIp |
The IP address of the user. |
userRoles |
The roles the user has. |
userRealm |
The realm through which the user logged in. It is empty if the user is not logged in. |
id |
The unique identifier for the event. |
version |
The version of the event. |
bot |
Whether a bot user triggered the event or not. Bot detection relies on the User-Agent HTTP header. If the user agent associated to the user event belongs to the list of public crawlers and generic AI bots, then it is considered as coming from a bot. |