You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Key Value Service (TKV) V2 protocol is available in Chrome Stable for on-device Protected Audiences auctions. We recommend testing the V2 protocol for existing developers who've deployed BYOS and expect key-value to be part of their long-term PA design. This is an optional, early-access opportunity for developers.
This enhanced protocol replaces the plaintext HTTPS communication of the existing "Bring Your Own Server" (BYOS) model with encryption, significantly improving user privacy. This is a key step in our journey to transition from BYOS to a privacy-advancing, TEE-based key-value service.
Key benefits of the new protocol:
Enhanced Privacy: Encryption ensures that sensitive user data remains protected.
Future-looking: Gives adopters the opportunity to begin migrating to TEE-based key-value services before they're required.
Adtechs are encouraged to evaluate TKV during this phase to:
Familiarize themselves with the technology: Gain experience with this new solution for providing real time signals for Protected Audience auctions.
Provide feedback: Contribute to the direction of TKV by offering insights and suggestions.
Prepare for future changes: Ensure a smooth transition from BYOS.
To start using the feature, follow the steps below:
For buyers to use this feature to fetch real-time bidding signals, set 'trustedBiddingSignalsURL' and trustedBiddingSignalsCoordinator fields when joining interest groups. For example:
For sellers to use this feature to fetch real-time scoring signals, set 'trustedScoringSignalsURL' and trustedScoringSignalsCoordinator fields in auction configuration. For example:
If the TKVv2 server is cross-origin, CORS preflights are still sent, and the seller JS file must include the header to allow requesting cross-origin signals as well, for cross-origin scoring signals ("Ad-Auction-Allow-Trusted-Scoring-Signals-From" - given the CORS error, it looks like that part is already set up correctly). We do intend to safelist the relevant headers, so the CORS preflight will eventually be replaced by just needing Access-Control response headers instead.
We do intend to safelist the relevant headers, so the CORS preflight will eventually be replaced by just needing Access-Control response headers instead.
The Key Value Service (TKV) V2 protocol is available in Chrome Stable for on-device Protected Audiences auctions. We recommend testing the V2 protocol for existing developers who've deployed BYOS and expect key-value to be part of their long-term PA design. This is an optional, early-access opportunity for developers.
This enhanced protocol replaces the plaintext HTTPS communication of the existing "Bring Your Own Server" (BYOS) model with encryption, significantly improving user privacy. This is a key step in our journey to transition from BYOS to a privacy-advancing, TEE-based key-value service.
Key benefits of the new protocol:
Adtechs are encouraged to evaluate TKV during this phase to:
To start using the feature, follow the steps below:
'trustedBiddingSignalsURL'
andtrustedBiddingSignalsCoordinator
fields when joining interest groups. For example:'trustedScoringSignalsURL'
andtrustedScoringSignalsCoordinator
fields in auction configuration. For example:'trustedBiddingSignalsCoordinator'
and'trustedScoringSignalsCoordinator'
:Please engage and share feedback by replying to this issue or in other ways you prefer.
The text was updated successfully, but these errors were encountered: