Skip to content
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

TheMediaGrid: added ortb2.user.data support to gridNMBidAdapter #8652

Merged
merged 1 commit into from
Jul 14, 2022

Conversation

TheMediaGrid
Copy link
Contributor

Type of change

  • Feature

Description of change

Added support of ortb2.user.data and ortb2.site.content.data

@@ -174,9 +181,27 @@ export const spec = {
user.ext = userExt;
}

const ortb2UserData = deepAccess(bidderRequest, 'ortb2.user.data');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should, at least in intent, be able to just do request = mergeDeep({}, bidderRequest.ortb2, request) instead of merging it piece by piece - if you are intentionally avoiding that I'm interested in understanding why. LGTM otherwise.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TheMediaGrid (just tagging for the question above)

@ChrisHuie ChrisHuie removed the request for review from musikele July 12, 2022 11:59
@ChrisHuie ChrisHuie assigned ChrisHuie and unassigned musikele Jul 12, 2022
@ChrisHuie ChrisHuie merged commit 6d8303b into prebid:master Jul 14, 2022
jorgeluisrocha pushed a commit to jwplayer/Prebid.js that referenced this pull request Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants