-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mergeConfig functions for updating ortb2 data #6425
Comments
bretg
changed the title
Add a mergeConfig function for updating ortb2 data
Add a mergeConfig functions for updating ortb2 data
Mar 16, 2021
bretg
changed the title
Add a mergeConfig functions for updating ortb2 data
Add mergeConfig functions for updating ortb2 data
Mar 16, 2021
would this functionality live in the rtd parent module? |
@bretg is there a connected PR for this? Seems fine to me |
@patmmccann - the proposal is that this is a new utils function generally available to everyone. @gglas - Magnite jira ticket open. There will be PR soon |
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type of issue
enhancement
Description
There are several parties that might want to add to the new First Party Data structure. Currently, Real Time Data modules need to getConfig({ortb2}), modify it, then setConfig({ortb2}). This is awkward.
This issue proposes two convenience functions to make it easier for RTD modules (and page code) to manage important data structures. So while the main use case is
ortb2
, the proposal is that these new functions would apply to all setConfig entries.This command would add the specified ortb2.user.data array element to the existing ortb2 data structure or create if it doesn't already exist.
Requirements:
This command would add the specified ortb2.user.data array element to the existing ortb2 data structure for bidderA and bidderB or create if it doesn't already exist.
Same requirements as
mergeConfig
noted above.The text was updated successfully, but these errors were encountered: