• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • User experience score

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 IDSchema groupsScope
builtin:rum.user-experience-score
  • group:web-and-mobile-monitoring
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.user-experience-score
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.user-experience-score
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.user-experience-score

Authentication

To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

PropertyLabelTypeDescriptionRequired
considerLastActionIf last user action in a session is classified as Frustrating, classify the entire session as Frustratingboolean-required
considerRageClickConsider rage clicks / rage taps in score calculationboolean-required
maxFrustratedUserActionsThresholdThreshold for Frustrating user experienceinteger

User experience is considered Frustrating when the selected percentage or more of the user actions in a session are rated as Frustrating.

required
minSatisfiedUserActionsThresholdThreshold for Satisfying user experienceinteger

User experience is considered Satisfying when at least the selected percentage of the user actions in a session are rated as Satisfying.

required