rum_custom
- Property Manager name: RUM SampleRate
- Behavior version: The
v2024-05-31
rule format supports therum_custom
behavior v1.0. - Rule format status: GA, stable
- Access: Read-only
- Allowed in includes: No (temporarily)
This behavior is deprecated, but you should not disable or remove it if present.
With real_user_monitoring
enabled, this configures the sample of data to include in your RUM report. The real_user_monitoring
behavior is deprecated as well.
Option | Type | Description | Requires | |
---|---|---|---|---|
rum_sample_rate | number (0-100) | Specifies the percentage of web traffic to include in your RUM report. | {"displayType":"number","max":[100],"min":[0],"tag":"input","type":"range"} | |
rum_group_name | string | A deprecated option to specify an alternate name under which to batch this set of web traffic in your report. Do not use it. | {"displayType":"string","tag":"input","type":"text"} |
Updated 17 days ago