Releases: prebid/openrtb
v20.3.0
Implements new fields and types for OpenRTB 2.6-202409 and AdCom v1.0-202409
- Updated
user.id,userid.buyeruid,device.ifa, andeid.sourcedescriptions. - Introduced new fields
inserter,matcher, andmm(match method) to theeidobject - Introduced match methods enumeration in AdCom.
v20.2.0
Changes
Implements new field and for OpenRTB 2.6-202402.
- New provisional
poddedupefield on thevideoobject.
Provisional fields are experiments which have a high confidence of success. They reduce the churn of moving fields from ext objects and may be removed from the spec if they fail to gain traction.
v20.1.0
Changes
Implements new fields and updated comments for OpenRTB 2.6-202309. The more notable changes are:
- DurFloors for the audio, deals, and video objects.
- ACat (allowed advertiser categories) for the bid request object.
- Gaur (guaranteed deal) and mincpmpersec signals for the deal object.
v20.0.0
Reevaluation of which OpenRTB 2.x fields should be represented as pointers.
Breaking Changes
Several OpenRTB 2.x fields were changed to pointers such that the json package can distinguish between a missing or null field and a default value. This addresses feedback from #9 and from requests from Prebid Committees.
App.PrivacyPolicyApp.PaidAudio.StitchedBanner.VCmContent.LiveStreamContent.SourceRelationshipContent.EmbeddableDevice.JSDevice.GeoFetchGeo.LatGeo.LonImp.ClickBrowserRefresh.CountSite.MobileSite.PrivacyPolicySource.FDVideo.WVideo.HVideo.BoxingAllowed
v19.0.0
Updates the data model for OpenRTB 2.6-202303 and AdCOM 1.0-202303.
Breaking Changes
The prefix for the VideoPlacementSubtype enumeration values changed from Video to VideoPlacement to disambiguate between the new VideoPlcmtSubtype enumeration.
Changes
- Added impression refresh signals fields, enumeration, and objects (
imp[].refresh+imp[].refresh.refsettings). - Added video plcmt field and enumeration (
imp[].video.plcmt). - Added ext field for the qty object (
imp[].qty.ext) - Updated the
CategoryTaxonomyenumeration to include a new value. - Updated the
FeedTypeenumeration to include new values.
v18.0.1
Fixes an incorrect module version in the v18.0.0 release.
v18.0.0
Fixes a specification mismatch where OpenRTB PodID is a string in the specification but was included in this library as an integer.
v17.1.0
Implements new fields and updated comments for OpenRTB 2.6-202211. The more notable changes are:
- Promote Inventory Partner Domain extension.
- New Fields: regs.gp, regs.gpp_sid to support the IAB's Global Privacy Platform.
- New Objects: Qty and DOOH.
v17.0.0
Initial Release
This is the initial release after forking https://github.com/mxmCherry/openrtb. Equivalent to the original library's v17.0.0 release, now offered under the Apache 2.0 license and maintained by Prebid.org.
Earlier releases of this repository have been purged and are not supported.