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 non-normative section for flex-event specification #890

Closed
wants to merge 2 commits into from
Closed
Changes from all 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
20 changes: 20 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3810,3 +3810,23 @@ Possible mitigations:
presence from the reporting origin. Compared to the previous mitigation, the
proxy server could itself handle the [=event-level report/trigger priority=]
functionality, at the cost of increased complexity in the proxy.

# Flexible event-level configurations # {#flexible-event-level-configurations}

*This section is non-normative.*

This is a more formal description of
<a href="https://github.com/WICG/attribution-reporting-api/blob/main/flexible_event_config.md">the proposal of the same name</a>
and may or may not be incorporated into the normative sections in the future.

## Structures ## {#flexible-event-level-structures}

A <dfn>summary window operator</dfn> is one of the following:

<dl dfn-for="summary window operator">
: "<dfn><code>count</code></dfn>"
:: Within a reporting window, triggers are counted.
: "<dfn><code>value_sum</code></dfn>"
:: Within a reporting window, trigger values are summed.

</dl>
Loading