Closed pm-saurabh-narkhede closed 1 day ago
Comments:
bid.meta.dchain
is not relevant for Prebid Server. Adapters should keep dchain at the iab location seatBid.Bid.ext.dchain
If a dchain fails a validation check, do we reject the bid response entirely or just warn? Or make that configurable?
Discussed in committee. @pm-saurabh-narkhede - can you help us understand the Prebid Server use case here? Few PBS host companies are payors as described by the IAB.
Hi @bretg , As PubMatic internally discussed about this, for now we are not thinking about supporting it. If we got business interest again on this we will come up with all the info , use case and flow and discuss with you.
Thanks for the update @pm-saurabh-narkhede .
Will give other members of the community a couple of weeks to respond with an upvote. If no one expresses interest, we'll close this issue.
closing issue
Type of Issue
Feature Request
Description
Ads.txt, and later SupplyChain and sellers.json, have been extremely successful in allowing DSPs and other buyers to determine the full chain of entities supplying inventory offered in bid requests. Similar transparency is essential for the sell side to provide visibility into buyers so they can: identify and block bad actors, make informed judgments about the provenance of creatives, and enforce limits on reselling and similar behaviors. This implementation should be as transparent as possible to sellers as well as to trusted third parties such as anti-malware scanning providers. It should enable them, including their representatives with only modest levels of technical sophistication, to easily understand who is participating in the delivery of any creative that is served on their inventory. Refer : https://iabtechlab.com/wp-content/uploads/2021/06/DemandChainObject-1.0-June2021.pdf
Sample Dchain Obj
Dchain Structure
Support in Prebid-Server
Source of dchain in Bid Response:
Validation and Node Addition:
Handling Invalid or Absent bid.meta.dchain:
This Support already exists in Prebid.js https://github.com/prebid/Prebid.js/blob/c794435db56bead2fb5b60f656f6b6793e76b6b2/modules/dchain.js#L112.