Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info about when the ad component support for event reporting is available. #622

Merged
merged 5 commits into from
Oct 10, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Fenced_Frames_Ads_Reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,14 @@ function addBeaconData(element) {
The beacon data will be in place by the time that the navigation starts. When the navigation commits, the automatic beacon will be sent out with event data set to "link1 was clicked.".

# Support for Ad Components
For ad components [rendered in fenced frames](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#4-browsers-render-the-winning-ad), the support for event-level reporting described below is available in Chrome starting M114.

xiaochen-z marked this conversation as resolved.
Show resolved Hide resolved
For ad components rendered in iframes, the support will be available in Chrome starting M115. The support includes the following scenarios:
1. Top-level ad rendered in fenced frame, ad components rendered in fenced frames.
2. Top-level ad rendered in fenced frame, ad components rendered in iframes.
3. Top-level ad rendered in iframe, ad components rendered in fenced frames.
4. Top-level ad rendered in iframe, ad components rendered in iframes.
xiaochen-z marked this conversation as resolved.
Show resolved Hide resolved

xiaochen-z marked this conversation as resolved.
Show resolved Hide resolved
## Goal
When a rendered ad is composed of [multiple pieces](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#34-ads-composed-of-multiple-pieces), it is useful to detect user clicks that happened on ad components.

Expand Down