Feature/vmuid connectid rebrand#2540
Merged
jeanstemp merged 7 commits intoprebid:masterfrom Dec 11, 2020
Merged
Conversation
3 tasks
Contributor
Author
|
Hey @jeanstemp - The code changes were already merged in Prebid JS: prebid/Prebid.js#6045 Can this be merged soon as the docs are out-of-date. |
osazos
pushed a commit
to onfocusio/prebid.github.io
that referenced
this pull request
Jan 21, 2021
* Update copy to fall in line with rebrand * Support email updated. * Change userId key to fall in line with updated branding * Dropped 'vm' prefix from userId object key. * Update example configuration values to mirror Verizon Media recommendations. Co-authored-by: slimkrazy <sam@slimkrazy.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.
Marketing decided in a change of branding from Verizon Media Unified ID to Verizon Media Connect ID - this change (and the documentation change) reflects that. Please note that the AOL Bid adapter is the only bidder integrated so the change in the userId key name will not break other adapters (the AOL adapter gets userId values via the bid Object's
userIdAsEidsarray, so it did not require a change).Code change PR is here: prebid/Prebid.js#6045