-
Notifications
You must be signed in to change notification settings - Fork 293
Description
TurtleDove seems to have been written with the expectation that a publisher works with a single SSP to request bids. While this used to be true, publishers now work with a number of ad providers and use a solution like prebid.js to decide which ad/bid they will choose (to then send to the adserver and compete there).
It would be very helpful if we could come to consensus on what level of decision TurtleDove is making. I believe there are two options:
- A global decision over all bids (contextual and IG) that are eligible for the given page (from all SSPs)
- A local decision over all bids (contextual and IG) that are eligible from a single SSP
If the intent is a global decision then TurtleDove will end up having to implement much of the Prebid.js functionality in addition to the described functionality needed for preserving privacy. If the intent is a local/SSP decision, then TurtleDove can stay fairly focused on its mission and publishers (and prebid.js or similar solutions) can work with the APIs provided by TurtleDove to implement their preferred business models in a privacy preserving way.
This is a request to clarify the level of decision that TurtleDove intends to make.
(I intentionally avoided using the word auction because it is a more narrow definition of decision and can potentially confuse the issue.)