Permutive RTD Module: migrate ozone to ortb2 #9628
Merged
+9
−58
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.
Type of change
Bugfix
Feature
New bidder adapter
Code style update (formatting, local variables)
Refactoring (no functional changes, no api changes)
Build related changes
CI related changes
Does this change affect user-facing APIs or examples documented on http://prebid.org?
Other
Description of change
Migrates
ozone
specific segments data over to ortb2. This makes cohorts available on theortb2.site.ext.permutive
path. This data is only applicable to ozone and follows the OpenRTB 2.5 specification of placing bidder-specific extensions in .ext properties.Other information
In a recent #9236 (comment), our special bid.params handlings were put on notice of being removed if we didn't address the issue by the end of Q2. This PR migrates
ozone
handlers We've coordinated with each partner on the best place to make data available in ortb2 that each bidder expects.