Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TurtleDove: Ambiguity in level of decision making. #73

@JoelPM

Description

@JoelPM

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:

  1. A global decision over all bids (contextual and IG) that are eligible for the given page (from all SSPs)
  2. 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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions