WICG / trust-token-api

Trust Token API
https://wicg.github.io/trust-token-api/
Other
423 stars 84 forks source link

Trust Tokens for advertising use cases #126

Open lbdvt opened 2 years ago

lbdvt commented 2 years ago

One of the main fraud mechanisms in web advertising is bots generating clicks on ads on "shady" sites. Those sites will get paid for selling their ad placements, diverting advertisers' campaigns budget from their legitimate use (displaying ads to users).

From what I understand, Trust Tokens is the proposal from the Privacy Sandbox meant to address that problem, with the following mechanism:

It raises a couple of questions:

More generally, what's the view regarding Trust Token usage in the advertising ecosystem (number of issuers, of redeemers, scaling, traffic coverage)?

dvorak42 commented 2 years ago

At least based on the OT and ecosystem feedback, we expect that primarily anti-fraud/bot detection services will become issuers, working with the sites they're embedded on to make the issuance decision.

To avoid tokens issued to bots from remaining in the ecosytem for a long time, issuers should rotate the keys they use to sign tokens regularly so that old tokens issued under potentially broken issuance logic expire and sites redeem newer tokens with updated issuance logic.