Add VAST 4.1-4.3 protocols (11-16); rename creative attr 13 to UserInteractive#49
Merged
Merged
Conversation
…teractive OpenRTB 2.6 / AdCOM v1.0 define protocol values 11-16 (VAST 4.1-4.3 + wrappers); this enum stopped at 10. AdCOM attribute 13 is "User Interactive (e.g., Embedded Games)", so CreativeAttributeUserInitiated is renamed to CreativeAttributeUserInteractive (no alias; fork tests updated). Needed by mz-exchange content-type inference (UEX-389). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
junwu-unity
approved these changes
Jul 20, 2026
corrinachow
approved these changes
Jul 20, 2026
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.
What
VideoProtoVAST41…VideoProtoVAST43Wrapper, values 11–16) to the §5.8 protocol enum, which previously stopped at 10.CreativeAttributeUserInitiated→CreativeAttributeUserInteractive(value unchanged). No deprecated alias.Why
Needed by mz-exchange content-type inference (UEX-389), which classifies video from
bid.protocoland reads attr 13 for playables.UserInitiatedname has been a mislabel since it was introduced in 2017 (98881bc, "Add Creative Attributes based on OpenRTB 2.3").Breaking change
The attribute rename is not aliased, so consumers must update on their next re-vendor:
types/bidderconfig.go), on its next re-vendor.Fork's own tests updated in this PR.
🤖 Generated with Claude Code