diff --git a/components/fieldgroups/summary-metrics/cdn-requests-summary.example.1.json b/components/fieldgroups/summary-metrics/cdn-requests-summary.example.1.json index 981adaa477..fb0739738a 100644 --- a/components/fieldgroups/summary-metrics/cdn-requests-summary.example.1.json +++ b/components/fieldgroups/summary-metrics/cdn-requests-summary.example.1.json @@ -1,7 +1,8 @@ { "xdm:cdn": { "xdm:host": "www.host-example.com", - "xdm:url": "/products/analytics", + "xdm:path": "/products/analytics", + "xdm:url": "www.host-example.com/products/analytics", "xdm:botType": "ChatGPT-User", "xdm:userAgent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot", "xdm:cdnProvider": "cloudflare", diff --git a/components/fieldgroups/summary-metrics/cdn-requests-summary.schema.json b/components/fieldgroups/summary-metrics/cdn-requests-summary.schema.json index cb61d965aa..021e0825d7 100644 --- a/components/fieldgroups/summary-metrics/cdn-requests-summary.schema.json +++ b/components/fieldgroups/summary-metrics/cdn-requests-summary.schema.json @@ -29,10 +29,15 @@ "type": "string", "description": "Requested host/domain" }, + "xdm:path": { + "title": "Path", + "type": "string", + "description": "Requested path, excluding domain" + }, "xdm:url": { "title": "URL", "type": "string", - "description": "URL path excluding domain" + "description": "Requested URL, including host and path" }, "xdm:botType": { "title": "Bot Type",