Skip to content

Conversation

@Lightwood13
Copy link
Collaborator

🔧 Type of changes

  • new bid adapter

✨ What's the context?

#4294

.extImpId(extImp.getExtImpId())
.build()));

final String gpid = ObjectUtil.getIfNotNull(imp.getExt().get("gpid"), JsonNode::textValue);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use .at() to simplify. This will return MissingNode instead of null in case of absence, which .asText() will return empty string.

@Lightwood13 Lightwood13 requested a review from And1sS December 11, 2025 10:58
@marki1an marki1an requested review from CTMBNara and removed request for CTMBNara December 31, 2025 11:17
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