Skip to content

Commit 4a3c6e2

Browse files
authored
buyer experiment group id
add buyer experiment group ID to Privacy Sandbox Ext
2 parents afe4eef + 403e3c7 commit 4a3c6e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

extensions/community_extensions/Protected Audience Support.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ Must include at least a buyer object (`igb`, in the bid response from the buyer
106106
<td>object</td>
107107
<td>The buyer’s priority signals, an object mapping string keys to Javascript numbers. If specified, the seller will add to its auction config <code>perBuyerPrioritySignals</code> attribute map, keyed by the Interest Group buyer origin. See https://github.com/WICG/turtledove/blob/main/FLEDGE.md#35-filtering-and-prioritizing-interest-groups </td>
108108
</tr>
109+
110+
<tr>
111+
<td><code>begid</code></td>
112+
<td>int</td>
113+
<td>The buyer’s experiment group ID, an integer between zero and 65535 (16 bits). If specified, the seller will add to its auction config <code>perBuyerExperimentGroupIds</code> attribute map, keyed by the Interest Group buyer origin. See https://github.com/WICG/turtledove/blob/main/FLEDGE.md#21-initiating-an-on-device-auction
114+
<b>NOTE:</b> Assuming the auction is not run in parallel, the seller will provide the value via the <code>perBuyerExperimentGroupIds</code> auction configuration, provided the seller does not start the auction in parallel with OpenRTB requests.
115+
</td>
116+
</tr>
109117
</table>
110118

111119

0 commit comments

Comments
 (0)