Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DSA meta field for bidders #5101

Closed
muuki88 opened this issue Jan 25, 2024 · 0 comments · Fixed by #5158
Closed

Add DSA meta field for bidders #5101

muuki88 opened this issue Jan 25, 2024 · 0 comments · Fixed by #5158

Comments

@muuki88
Copy link
Contributor

muuki88 commented Jan 25, 2024

The DSA OpenRTB extension has been merged and prebid along with bidders start implementing support for it.

Like consent support (tcfeu_supported, gpp_sids,...) bidders should be able to indicate if DSA support is available. There are two options to do this.

  1. dsa_supported: true / false. Very basic, just saying that a bidder pipes through the dsa objects. Any additional information has to be requested
  2. dsa_support: none / list of adrender:1, adrender:2, pubrender:0, pubrender:1, pubrender:2 . Giving additional context what rendering support can be offered. The field and values is just a sketch of the idea.

Both cases can't be vetted by the documentation team, but if bidders claim it, then publisher / ad tech partners can call them out on their docs.

Related issues and PRs

Bidder support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant