Skip to content

Commit

Permalink
update aggregatable data check
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasQuesadilla committed Feb 12, 2024
1 parent 97fa376 commit dcc661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3078,7 +3078,7 @@ To <dfn>check if an [=attribution trigger=] contains aggregatable data</dfn> giv
run the following steps:

1. If |trigger|'s [=attribution trigger/aggregatable trigger data=] is not [=list/is empty|empty=], return true.
1. If |trigger|'s [=attribution trigger/aggregatable values configurations=] is not [=list/is empty|empty=], return true.
1. If any of |trigger|'s [=attribution trigger/aggregatable values configurations=]'s [=aggregatable values configuration/values=] is not [=list/is empty|empty=], return true.
1. Return false.

To <dfn noexport>trigger attribution</dfn> given an [=attribution trigger=] |trigger|, run the following steps:
Expand Down

0 comments on commit dcc661c

Please sign in to comment.