Skip to content

Conversation

@Lightwood13
Copy link
Collaborator

🔧 Type of changes

  • new bid adapter
  • bid adapter update
  • new feature
  • new analytics adapter
  • new module
  • module update
  • bugfix
  • documentation
  • configuration
  • dependency update
  • tech debt (test coverage, refactorings, etc.)

✨ What's the context?

Port of prebid/prebid-server#4604

final BidRequest bidRequest = givenBidRequest(
imp -> imp.id("imp1").ext(mapper.valueToTree(
Map.of("bidder", ExtImpNexx360.of("tag1", "p1"),
"customField", "customValue"))));
Copy link
Collaborator

Choose a reason for hiding this comment

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

                imp -> imp.id("imp1").ext(mapper.valueToTree(Map.of(
                        "bidder", ExtImpNexx360.of("tag1", "p1"),
                        "customField", "customValue"))));

Comment on lines +149 to +151
final ObjectNode expectedExt = mapper.valueToTree(
Map.of("nexx360", ExtImpNexx360.of("tag1", "p1"),
"customField", "customValue"));
Copy link
Collaborator

Choose a reason for hiding this comment

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

same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants