Rule reference

openrtb.field.deprecated

warningRequest or response

What it means

The field is deprecated in the version you validated against. It still parses, and older consumers still read it, but the specification has named a successor. The highest-traffic example is imp.video.placement, deprecated in 2.6-202303 in favor of imp.video.plcmt.

Why it matters

Buyers move their logic to the replacement field. Inventory that only declares the deprecated form gets classified by defaults, which in the placement case means instream inventory priced as undeclared. Deprecated fields are also removal candidates in future snapshots.

How to fix it

Populate the replacement field. During migration it is common to send both the old and new field with consistent values, then drop the deprecated one once your partners confirm they read the successor.

Check your payload

Paste a bid request or response into the tester to see whether this code fires against it, or gate on the id in CI with the CLI: the id is stable, wording is not.

Back to the full diagnostic code reference.