New Adapter: Proxistore - #4731
Conversation
Code coverage summaryNote:
proxistoreRefer here for heat map coverage report |
…on and update related test files.
…pes and update bidder info configs
…d delete related test file
9d8e84e to
251afbf
Compare
|
Anyone available for review this PR ? |
Code coverage summaryNote:
proxistoreRefer here for heat map coverage report |
Code coverage summaryNote:
proxistoreRefer here for heat map coverage report |
Code coverage summaryNote:
proxistoreRefer here for heat map coverage report |
Code coverage summaryNote:
proxistoreRefer here for heat map coverage report |
- Add endpointCompression: gzip to reduce S2S traffic - Use require/assert (testify) in params_test instead of t.Fatalf/t.Errorf
|
@bsardo Anyone else for second review ? |
|
@linux019 is it possible to get someone else to do the second review ? |
Code coverage summaryNote:
proxistoreRefer here for heat map coverage report |
|
Sent the verification email to support@proxistore.com from marina.lebedeva@postindustria.com |
|
Endpoint reachability check — $ curl -i --location --request POST "https://api.proxistore.com/v3/rtb/openrtb" \
-H "Content-Type: application/json" -H "Accept: application/json" \
-d '{"id":"smoke-test","imp":[{"id":"1","banner":{"format":[{"w":300,"h":250}]},"ext":{"bidder":{"website":"example.com","language":"fr"}}}],"site":{"doma
in":"example.com","page":"https://example.com"},"test":1}'
HTTP/2 204
date: Wed, 22 Jul 2026 09:23:57 GMT
vary: Origin
x-content-type-options: nosniff
cache-control: no-cache, no-store, max-age=0, must-revalidate
strict-transport-security: max-age=31536000 ; includeSubDomains
x-frame-options: DENYEndpoint is reachable over HTTPS/2 and correctly returns 204 No Content (no bid) for a well-formed OpenRTB request — no real bid returned, as expected. (An empty |
The answer has been received. |
62582f3
|
@postindustria-code Sorry — I accidentally dismissed your approval (along with a stale review) on July 23rd. Your endpoint verification and the email confirmation from support@proxistore.com are still valid and documented above. Could you please re-approve when you have a moment? The PR currently sits at 1 approval because of my mistake. Thanks! |

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
Prebid doc PR