Settings API - User experience score schema table
User experience score (builtin:rum.user-experience-score
)
A user experience score is calculated for each user session. Scores reflect the overall performance, usability, and detected errors of each session. Experiences are classified as either Satisfying, Tolerable, or Frustrating.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.user-experience-score |
| environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
considerLastAction | If last user action in a session is classified as Frustrating, classify the entire session as Frustrating | boolean | - | required |
considerRageClick | Consider rage clicks / rage taps in score calculation | boolean | - | required |
maxFrustratedUserActionsThreshold | Threshold for Frustrating user experience | integer | User experience is considered Frustrating when the selected percentage or more of the user actions in a session are rated as Frustrating. | required |
minSatisfiedUserActionsThreshold | Threshold for Satisfying user experience | integer | User experience is considered Satisfying when at least the selected percentage of the user actions in a session are rated as Satisfying. | required |