Skip to content

Commit

Permalink
Merge branch 'WICG:main' into fdo
Browse files Browse the repository at this point in the history
  • Loading branch information
qingxinwu authored Nov 22, 2024
2 parents 945f58a + ad8b634 commit 4a4578d
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 66 deletions.
20 changes: 15 additions & 5 deletions FLEDGE_Key_Value_Server_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,18 @@ In the request, one major difference from V1/BYOS is that the keys are now group
},
"description": "Algorithm accepted by the browser for the response."
},
"metadata": {
"title": "tkv.request.v2.RequestMetadata",
"description": "metadata",
"type": "object",
"additionalProperties": false,
"properties": {
"hostname": {
"description": "The hostname of the top-level frame calling runAdAuction().",
"type": "string"
}
}
},
"partitions": {
"description": "A list of partitions. Each must be processed independently. Accessible by UDF.",
"type": "array",
Expand All @@ -158,10 +170,6 @@ In the request, one major difference from V1/BYOS is that the keys are now group
"type": "object",
"additionalProperties": false,
"properties": {
"hostname": {
"description": "The hostname of the top-level frame calling runAdAuction().",
"type": "string"
},
"experimentGroupId": {
"type": "string"
},
Expand Down Expand Up @@ -267,12 +275,14 @@ Example trusted bidding signals request from Chrome:
"none",
"gzip"
],
"metadata": {
"hostname": "example.com"
},
"partitions": [
{
"id": 0,
"compressionGroupId": 0,
"metadata": {
"hostname": "example.com",
"experimentGroupId": "12345",
"slotSize": "100,200",
},
Expand Down
1 change: 1 addition & 0 deletions PA_Feature_Detecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ navigator.protectedAudience && navigator.protectedAudience.queryFeatureSupport(
```

## Selectable Reporting IDs
[Intent to Ship](https://groups.google.com/a/chromium.org/g/blink-dev/c/1cWqBPHngd0)

From context of a web page:
```
Expand Down
Loading

0 comments on commit 4a4578d

Please sign in to comment.