Custom properties in Dynatrace RUM refer to user events that are not automatically captured but are instead reported through the Dynatrace API. These properties include user identifier events, as well as event and session property events.
Semantic conventions for user event properties in Dynatrace RUM.
This query searches for all user event properties events.
fetch user.events| filter characteristics.has_event_properties == true
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | experimentalFixed value |
|
| boolean | stableFixed value |
|
| boolean | stableFixed value |
|
Event properties are custom-defined key-value pairs. Dynatrace RUM captures event properties as part of user journeys and uses these to enrich user events.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableContains the value for the event property named |
|
The basic attributes for all user events are defined in the user event base model.
Semantic conventions for user session properties in Dynatrace RUM.
This query searches for all user session properties events.
fetch user.events| filter characteristics.has_session_properties == true
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | experimentalFixed value |
|
| boolean | stableFixed value |
|
| boolean | stableAdditional characteristic: If set to |
|
Session properties are custom-defined key-value pairs. Dynatrace RUM captures session properties as part of user journeys and uses these to enrich user sessions.
| Attribute | Type | Description | Examples |
|---|---|---|---|
| record | stableContains the value for the session property named |
|
The basic attributes for all user events are defined in the user event base model. Be aware that standalone session properties cannot contain event properties that are part of the basic attributes.
Semantic conventions for user identifiers in Dynatrace RUM.
This query searches for all user identifier events.
fetch user.events| filter characteristics.has_user_identifier
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | experimentalFixed value |
|
| boolean | stableFixed value |
|
| boolean | **deprecatedReplaced with |
|
| boolean | stableAdditional characteristic: If set to |
|
| Attribute | Type | Description | Examples |
|---|---|---|---|
| string | stableThe user identifier for identifying individual users across different browsers, devices, and user sessions.Tags: |
|
The basic attributes for all user events are defined in the user event base model.