Skip to content

Commit

Permalink
Merge pull request #57 from w3c/filter-data
Browse files Browse the repository at this point in the history
Make filterData optional in PrivateAttributionImpressionOptions
  • Loading branch information
martinthomson authored Feb 20, 2025
2 parents 6bff814 + b9f9504 commit 2313907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.bs
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ navigator.privateAttribution.saveImpression({
<xmp class=idl>
dictionary PrivateAttributionImpressionOptions {
required unsigned long histogramIndex;
required unsigned long filterData;
unsigned long filterData = 0;
required DOMString conversionSite;
unsigned long lifetimeDays = 30;
};
Expand Down

0 comments on commit 2313907

Please sign in to comment.