...
surfer.uid | UID of the surfer who triggered the event |
---|---|
surfer.login | User Login |
surfer.role.uid | UID of the user role |
surfer.role.name | Name of the user’s role (name) |
surfer.locale.language | Language code in ISO-639 format |
surfer.locale.country | Region code in ISO-3166 format |
session.uid | Login of the session |
session.duration | Time elapsed since the start of the session (in ms) |
session.type | Session type (bo|fo|admin) |
remoteaddr | User’s IP address |
referer | Last URL known to the user |
remotecountry | Country in which the user is located (ISO-639 code) |
uri.path | path to the current URL |
uri.qs | Query String of the current URL |
user_agent | Browser Agent |
user_os | Operating system used |
user_browsergroup | Browser used (group name) |
user_browser | Browser version used |
...
A custom context parameter will always be retrieved with event.context.extra.VARIABLE_NAMENAMEuid
.
Note
The uid
suffix at the end of the parameter name is automatically added by the application on child
and child multiple
properties.