New Adapter: Nuba#4565
Conversation
Code coverage summaryNote:
nubaRefer here for heat map coverage report |
Code coverage summaryNote:
nubaRefer here for heat map coverage report |
|
Hi @nuba-io, is this a white label solution? This looks very similar to the Compass adapter. |
|
Hi @bsardo, |
|
@nuba-io thanks for the response. Can you elaborate on why you're calling it a white label but also a separate solution? Prebid Server has strict guidelines that if an adapter is a white label, the aliasing feature should be used instead of copying an adapter. This significantly reduces review and maintenance time as it cuts the lines of code from 1k+ to ~20. |
|
Hi, @bsardo If there’s anything else we should refine, happy to adjust. |
| @@ -0,0 +1,4 @@ | |||
| aliasOf: "teqblaze" | |||
| endpoint: "https://ads.nuba.io/openrtb2/auction" | |||
There was a problem hiding this comment.
The endpoint does not appear to be reachable
curl -i --location --request POST https://ads.nuba.io/
HTTP/1.1 404 Not Found
Content-Type: text/plain
Date: Sun, 11 Jan 2026 04:13:54 GMT
Connection: keep-alive
Keep-Alive: timeout=5
Content-Length: 0
There was a problem hiding this comment.
Hi! Thanks for the report. We’ve updated the endpoint and confirmed that it’s now reachable and working correctly.
curl -i --location --request POST https://ads.nuba.io/pserver
HTTP/1.1 204 No Content Access-Control-Allow-Origin: * Access-Control-Allow-Credentials: true Date: Mon, 12 Jan 2026 19:37:53 GMT Connection: keep-alive Keep-Alive: timeout=5
There was a problem hiding this comment.
confirmed, all works
➜ curl -i --location --request POST https://ads.nuba.io/pserver
HTTP/1.1 204 No Content
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Date: Fri, 13 Feb 2026 09:40:23 GMT
Connection: keep-alive
Keep-Alive: timeout=5
| aliasOf: "teqblaze" | ||
| endpoint: "https://ads.nuba.io/openrtb2/auction" | ||
| maintainer: | ||
| email: "ssp@nuba.io" |
There was a problem hiding this comment.
We've sent an email to this address. Please respond to the email with a message of received so we can verify it is reachable.
There was a problem hiding this comment.
Please respond to the email. We've resent it.
There was a problem hiding this comment.
@nuba-io we resent the email again. Please respond so we can be sure the mailbox is reachable.
There was a problem hiding this comment.
@bsardo I've sent mail to new email address, I'm waiting for response

Type of change
Bugfix
Feature
New bidder adapter
Updated bidder adapter
Code style update (formatting, local variables)
Refactoring (no functional changes, no api changes)
Build related changes
CI related changes
Does this change affect user-facing APIs or examples documented on http://prebid.org?
Other
Description of change
Other information
doc MR: prebid/prebid.github.io#6295