Closed
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