Skip to content

Remove The Legacy /auction Endpoint #2011

Closed
@SyntaxNode

Description

Type Of Issue

Feature Removal

Description

PBS-Go still implements the original /auction endpoint, utilizing a custom data model instead of OpenRTB. This endpoint has long been deprecated and removed from public facing documentation. It is difficult to maintain and is barely used. Hosts report less than 0.1% of all requests are using the endpoint. It's time has come.

Proposal

Remove the original /auction endpoint in a phased approached as follows:

  • 0.179.0: Include a config to enable the /auction endpoint, defaulting to true. Hosts should experiment with setting this option to false in staging/testing environments to ensure there are no surprises when it's removed.
  • 0.180.0: Change the default to false. Hosts may set the flag to true if they encounter an unexpected problem.
  • 0.181.0: Remove the endpoint entirely and all related code, including all adapter Call methods.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    PBS-Gobreaking change - callersHas breaking API changes for those calling Prebid Server endpoints

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions