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

Bigoad: Add bidder #3328

Merged
merged 2 commits into from
Jul 30, 2024
Merged

Bigoad: Add bidder #3328

merged 2 commits into from
Jul 30, 2024

Conversation

CTMBNara
Copy link
Collaborator

🔧 Type of changes

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

✨ What's the context?

What's the context for the changes? Are there any

🧠 Rationale behind the change

Why did you choose to make these changes? Were there any trade-offs you had to consider?

🧪 Test plan

How do you know the changes are safe to ship to production?

🏎 Quality check

  • Are your changes following our code style guidelines?
  • Are there any breaking changes in your code?
  • Does your test coverage exceed 90%?
  • Are there any erroneous console logs, debuggers or leftover code in your changes?

Comment on lines +101 to +103
} catch (PreBidException e) {
return Result.withError(BidderError.badServerResponse(e.getMessage()));
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we just catch both PreBidException and DecodeException here and not make a separate parseBidResponse method?

Comment on lines +21 to +22
WIRE_MOCK_RULE.stubFor(post(urlPathEqualTo("/bigoad-exchange"))
.withRequestBody(equalToJson(jsonFrom("openrtb2/bigoad/test-bigoad-bid-request.json")))
Copy link
Collaborator

Choose a reason for hiding this comment

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

please check the macro replacement in the url

@CTMBNara CTMBNara linked an issue Jul 26, 2024 that may be closed by this pull request
@SerhiiNahornyi SerhiiNahornyi merged commit 5c2c4d8 into master Jul 30, 2024
5 checks passed
@SerhiiNahornyi SerhiiNahornyi deleted the bigoad/add-bidder branch July 30, 2024 13:37
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 PR from PBS-Go: New Adapter: bigoad
3 participants