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

KiviAds: Add adapter #2156

Merged
merged 4 commits into from
Feb 20, 2023
Merged

KiviAds: Add adapter #2156

merged 4 commits into from
Feb 20, 2023

Conversation

marki1an
Copy link
Collaborator

@marki1an marki1an commented Feb 14, 2023

Corresponding ticket: prebid/prebid-server#2446, issue: #2160

@SerhiiNahornyi SerhiiNahornyi linked an issue Feb 15, 2023 that may be closed by this pull request

String type;

@JsonProperty(value = "placementId")
Copy link
Collaborator

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"] },
Copy link
Collaborator

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())) {
Copy link
Collaborator

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

@SerhiiNahornyi SerhiiNahornyi merged commit 2d8bbbb into master Feb 20, 2023
@SerhiiNahornyi SerhiiNahornyi deleted the add-new-kiviAds-bidder branch February 20, 2023 15:20
osulzhenko pushed a commit that referenced this pull request Mar 2, 2023
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.

Port kiviads adapter
2 participants