OpenRTB 2.6-202501 + 2.6-202505 + 2.6-202606 - #28
Open
codenaugh wants to merge 1 commit into
Open
Conversation
Brings the libraries up to date with OpenRTB 2.6 releases since 2.6-202409, plus associated AdCOM updates. 2.6-202501: - Add gtax and genres attributes to Object: Content - Remove descriptions of deprecated attributes, noting deprecation version and replacement attribute where applicable - Add Ad Product Taxonomy 2.0 and Content Taxonomy 3.1 to AdCOM List: Category Taxonomies 2.6-202505: - Update content.id attribute description - Add cids attribute to Object: Data (OpenRTB and AdCOM) - genres errata: type is string array (not int array) to support letters in IDs; genres is added directly as []string here - Sync AdCOM Object: Content with genres and gtax attributes, deprecating genre 2.6-202606: - Add realtime and firstbroadcast attributes to OpenRTB Object: Content and AdCOM Object: Content - Update attribute description of content.livestream (and AdCOM content.live) - Substitution macro updates are documentation-only, no library changes Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings
openrtb2andadcom1up to date with the OpenRTB 2.6 releases published since 2.6-202409, plus the associated AdCOM spec updates. All changes are additive or comment-only; no fields were removed and no types changed.2.6-202501
gtaxandgenresattributes toObject: Contentsequence, videoplacement, device hashed IDs, useryob/gender, bidapi), noting deprecation version and replacement attribute where applicableList: Category Taxonomies, along with Ad Product Taxonomy 2.0 (8) which was previously missing from the list2.6-202505
content.idattribute descriptioncidsattribute toObject: Data(OpenRTB and AdCOM)genreserrata: type is string array (added directly as[]stringhere, so the int array from 202501 never lands)Object: Contentwithgenres/gtax, deprecatinggenre2.6-202606
realtimeandfirstbroadcastattributes to OpenRTBObject: Contentand AdCOMObject: Contentcontent.livestream(and AdCOMcontent.live)Test plan
go build ./...go test ./...(all packages pass)Made with Cursor