New Adapter: ProgrammaticX - Vidazoo Alias#4456
Conversation
prebid#4428 we had to change the name after existing PrebidJs adapter was refactored.
|
@bsardo Do we have any issue with this change? Can this one be merged in the upcoming round? |
|
@SyntaxNode Can I ask you to assist here? We just changed name of the server adapter due to changes we had to introduce in PrebidJS. No functionality was changed. |
|
Hi @bsardo |
|
@bsardo, @SyntaxNode |
|
@bsardo, @SyntaxNode |
|
@bsardo Is there anything I can do to move it forward? |
|
Hi @bsardo |
|
@anna-y-perion I see that there is also #4352 that adds ProgrammaticX. What is the plan? Are you looking to merge this and then eventually move it to an alias of TeqBlaze? |
|
@bsardo |
|
@anna-y-perion we need a few more weeks to release 4.0. I see that the ProgrammaticX team is now trying to change ProgX to an alias of TeqBlaze on the other PR and teqblaze has different bidder params from vizadoo. Is this plan accurate? I'm wondering why ProgX's bidder params would change while ProgrammaticX is newly introduced. |
|
@bsardo thank you. |
|
@bsardo hi, do we have estimation of when the 4.0 will be released? |
* adding pbs option to adapted docs: programmaticX: prebid/prebid-server#4456; tagoras: prebid/prebid-server#4329; * adding pbs option to adapted docs: opamarketplace: prebid/prebid-server#4526 * adding glvid to omnidex * removing change from other pr
|
Hi @przemkaczmarek , @bsardo |
|
Hi @anna-y-perion the 4.0 release date got pushed back. We are now aiming to release 4.0 the first week of January 2026 and this PR will be included in it. |
|
@anna-y-perion can you resolve conflicts? I merged in the other PR first that makes changes to the file |
|
@bsardo done. please review. |
| @@ -0,0 +1,9 @@ | |||
| aliasOf: "vidazoo" | |||
| endpoint: "https://exchange.programmaticx.ai/openrtb/" | |||
There was a problem hiding this comment.
Verified endpoint is reachable
curl -i --location --request POST https://exchange.programmaticx.ai/openrtb/
HTTP/2 200
access-control-allow-credentials: true
access-control-allow-headers: Origin, X-Requested-With, Content-Type, Accept, Authorization, Content-Range, Cache-Control
access-control-allow-methods: POST, GET, OPTIONS, PUT, DELETE
access-control-allow-origin: *
cache-control: max-age=0, no-cache, must-revalidate, proxy-revalidate
content-type: application/json
vary: Accept-Encoding
date: Fri, 30 Jan 2026 21:56:55 GMT
content-length: 30
{"id":"","seatbid":[],"nbr":0}
| aliasOf: "vidazoo" | ||
| endpoint: "https://exchange.programmaticx.ai/openrtb/" | ||
| maintainer: | ||
| email: "pxteam@programmaticx.ai" |
There was a problem hiding this comment.
We've sent an email to this address. Please respond to the email with 'received' so we can confirm it is reachable.
There was a problem hiding this comment.
@bsardo
The response was sent. Please verify
| endpoint: "https://exchange.programmaticx.ai/openrtb/" | ||
| maintainer: | ||
| email: "pxteam@programmaticx.ai" | ||
| gvlVendorID: 1344 |
There was a problem hiding this comment.
Confirmed GVL ID is ProgrammaticX
curl https://vendor-list.consensu.org/v3/vendor-list.json | jq '.vendors."1344"'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 824k 100 824k 0 0 1673k 0 --:--:-- --:--:-- --:--:-- 1675k
{
"id": 1344,
"name": "ProgrammaticX LTD",
"purposes": [],
"legIntPurposes": [
2,
7,
10
],
"flexiblePurposes": [
2
],
"specialPurposes": [],
"features": [],
"specialFeatures": [],
"cookieMaxAgeSeconds": null,
"usesCookies": false,
"cookieRefresh": false,
"urls": [
{
"langId": "en",
"privacy": "https://www.programmaticx.ai/privacypolicy",
"legIntClaim": "https://www.programmaticx.ai/privacypolicy"
}
],
"usesNonCookieAccess": false,
"dataRetention": {
"stdRetention": 30,
"purposes": {},
"specialPurposes": {}
},
"dataDeclaration": [
1,
2,
11
],
"deviceStorageDisclosureUrl": "https://progrtb.com/tcf-vendor-disclosures.json"
}
* adding pbs option to adapted docs: programmaticX: prebid/prebid-server#4456; tagoras: prebid/prebid-server#4329; * adding pbs option to adapted docs: opamarketplace: prebid/prebid-server#4526 * making back the pbs true in programmatix adapter
Following conversation in prebid/Prebid.js#13549 we have to change the name of this alias to match the JS code.
Docs PR: prebid/prebid.github.io#6251