Skip to content

Commit

Permalink
Update FLEDGE_Key_Value_Server_API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lusayaa authored Nov 8, 2024
1 parent c1bb626 commit e33ef9a
Showing 1 changed file with 15 additions and 5 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

0 comments on commit e33ef9a

Please sign in to comment.