real_user_monitoring
Version: v2025-01-13 | Includes use: No |
---|
Behavior name: Real User Monitoring (RUM)
Real User Monitoring (RUM) injects JavaScript into HTML pages served to end-user clients that monitors page-load performance and reports on various data, such as browser type and geographic location. The report
behavior allows you to configure logs.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "real_user_monitoring" {
rules_v2025_02_18 {
name = "Real User Monitoring (RUM)"
comments = "Monitors page-load performance and reports on various data."
behavior {
real_user_monitoring {
enabled = true
}
}
}
}
"behaviors": [
{
"name": "realUserMonitoring",
"options": {
"enabled": true
}
}
]
Options
Option | Description |
---|---|
enabled |
When enabled, activates real-use monitoring.
|
Updated 30 minutes ago