From 8b98b2386cb793a52e50a1ba0df6dd5da9f24ee0 Mon Sep 17 00:00:00 2001 From: Liam Brady Date: Fri, 5 Jan 2024 17:02:53 -0500 Subject: [PATCH] clarify sentence --- Fenced_Frames_Ads_Reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fenced_Frames_Ads_Reporting.md b/Fenced_Frames_Ads_Reporting.md index 27832c068..d030cf418 100644 --- a/Fenced_Frames_Ads_Reporting.md +++ b/Fenced_Frames_Ads_Reporting.md @@ -266,7 +266,7 @@ window.fence.setReportEventDataForAutomaticBeacons({ #### Cross-Origin Support -Data for automatic beacons can only be set by documents that are same-origin to the mapped URL of the fenced frame config. However, cross-origin documents can still send automatic beacons, if the document and the data are **both** opted in. +Data for automatic beacons can only be set by documents that are same-origin to the mapped URL of the fenced frame config. However, cross-origin documents in child iframes of the main ad frame can still send automatic beacons, if the document and the data are **both** opted in. A cross-origin document will be considered opted into sending automatic beacons if it is served with the response header `Allow-Fenced-Frame-Automatic-Beacons: true`.