chromium/components/policy/resources/templates/policy_definitions/UserAndDeviceReporting/ReportWebsiteTelemetry.yaml

caption: Website telemetry reporting
default: []
desc: |-
  Reports website telemetry data for allowed URLs specified by the <ph name="REPORT_WEBSITE_TELEMETRY_ALLOWLIST_POLICY_NAME">ReportWebsiteTelemetryAllowlist</ph> policy for affiliated users.

  Setting the policy controls website telemetry reporting for specified telemetry data types.
  If unset, no website telemetry data will be reported.
example_value:
- usage
features:
  dynamic_refresh: true
  per_profile: true
items:
- caption: Usage
  value: usage
  name: usage
owners:
- [email protected]
- [email protected]
schema:
  type: array
  items:
    type: string
    enum:
    - usage
supported_on:
- chrome_os:123-
tags:
- admin-sharing
type: string-enum-list