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
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