LOGLY Bidder Adapter: add new bidder adapter#14673
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: affcab0048
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
Pull request overview
Adds a new LOGLY bidder adapter to Prebid.js, including unit tests and module documentation, enabling banner demand to be requested from LOGLY’s endpoint.
Changes:
- Introduce
loglybidder adapter implementation (banner-only) with request-building and response interpretation logic. - Add unit tests covering request validation, request payload construction (including
im_uidextraction), and response interpretation. - Add module documentation with maintainer info and test parameters.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
modules/loglyBidAdapter.ts |
New LOGLY bidder adapter implementation (request/response logic, optional im_uid support). |
test/spec/modules/loglyBidAdapter_spec.js |
New spec tests validating adapter behavior and payload fields. |
modules/loglyBidAdapter.md |
New adapter documentation and test parameters snippet. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Pull Request Test Coverage Report for Build 23886176401Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Type of change
Description of change
Add new LOGLY bidder adapter.
dev@logly.co.jpOther information