-
Notifications
You must be signed in to change notification settings - Fork 187
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
KiviAds: Add adapter #2156
KiviAds: Add adapter #2156
Conversation
|
||
String type; | ||
|
||
@JsonProperty(value = "placementId") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Value=
is not necessary, pls remove
Also, check similar occurrences
} | ||
}, | ||
"oneOf": [ | ||
{ "required": ["placementId"] }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls format this file with Idea formatter
impExtKiviAds | ||
.type("network") | ||
.endpointId(extImpKiviAds.getEndpointId()); | ||
} else if (StringUtils.isNotEmpty(extImpKiviAds.getPlacementId())) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Go implementation first check for publisher
type than for network
Corresponding ticket: prebid/prebid-server#2446, issue: #2160