builtin:rum.provider-breakdown)
Set up rules that define how your applications' downloaded content resources (images, CSS, third party widgets, and more) are displayed and categorized for analysis.
Dynatrace uses the provider host names of downloaded resources to categorize content resources into either third party resources, CDN resources, or first party resources.
Dynatrace auto-detects over 1,000 content providers out-of-the-box, including Google, Amazon, Facebook, and many more. There's nothing you need to do to set up detection of resources. If you can't find your provider in the list below, you can add it manually. To learn more, visit Configure 3rd-party and CDN content detection.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.provider-breakdown |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.provider-breakdown |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.provider-breakdown | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.provider-breakdown |
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.
Property | Type | Description | Required |
---|---|---|---|
Resource nameresourceName | text | - | required |
Resource typeresourceType | enum |
| required |
Specify an URL for the provider's brand iconiconUrl | text | - | optional |
Domain name patterndomainNamePatternList | Set<DomainNamePatternListObject> | - | required |
Submit this provider-pattern to improve auto-detectionreportPublicImprovement | boolean | Send the patterns of this provider to Dynatrace to help us improve 3rd-party detection. | required |
DomainNamePatternListObject
objectProperty | Type | Description | Required |
---|---|---|---|
Type your domain name patterndomainNamePattern | text | Use a ends-with pattern for this content provider's domain | required |