New Adapter: StackAdapt#4724
Conversation
Code coverage summaryNote:
stackadaptRefer here for heat map coverage report |
Code coverage summaryNote:
stackadaptRefer here for heat map coverage report |
|
Hi @bsardo , I was wondering if there's a rough idea when this might get reviewed? Thanks! |
|
Hi @bsardo , wondering if you had a chance to look at this PR yet? Any ETA would be much appreciated, thanks! |
Code coverage summaryNote:
stackadaptRefer here for heat map coverage report |
| @@ -0,0 +1,24 @@ | |||
| endpoint: "https://pbs.srv.stackadapt.com/br?publisher_id={{.PublisherID}}&supply_id={{.SupplyId}}" | |||
There was a problem hiding this comment.
Verified endpoint is live
curl -i --location --request POST https://pbs.srv.stackadapt.com/br?publisher_id=123&supply_id=123
[1] 10611
HTTP/2 204
endpoint-load-metrics-bin: Mbr1e7a5ok1ASVoeoaC28A4/
date: Thu, 23 Apr 2026 13:48:34 GMT
x-envoy-upstream-service-time: 0
server: envoy
| endpoint: "https://pbs.srv.stackadapt.com/br?publisher_id={{.PublisherID}}&supply_id={{.SupplyId}}" | ||
| endpointCompression: gzip | ||
| maintainer: | ||
| email: pjs@stackadapt.com |
There was a problem hiding this comment.
Is this a personal email address? We require all email addresses to be a mailbox.
There was a problem hiding this comment.
pjs@stackadapt.com is a shared team mailbox monitored by a group of employees on our Prebid team.
| endpointCompression: gzip | ||
| maintainer: | ||
| email: pjs@stackadapt.com | ||
| gvlVendorID: 238 |
There was a problem hiding this comment.
Verified
curl https://vendor-list.consensu.org/v3/vendor-list.json | jq '.vendors."238"'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 859k 100 859k 0 0 863k 0 --:--:-- --:--:-- --:--:-- 864k
{
"id": 238,
"name": "StackAdapt Inc.",
"purposes": [
1,
3,
4,
5,
6
],
"legIntPurposes": [
2,
7,
8,
9,
10,
11
],
"flexiblePurposes": [
2,
7,
8,
11
],
"specialPurposes": [
1,
2,
3
],
"features": [
1,
2,
3
],
"specialFeatures": [
1,
2
],
"cookieMaxAgeSeconds": 31536000,
"usesCookies": true,
"cookieRefresh": true,
"urls": [
{
"langId": "en",
"privacy": "https://www.stackadapt.com/privacy-policy",
"legIntClaim": "https://www.stackadapt.com/privacy-policy"
}
],
"usesNonCookieAccess": true,
"dataRetention": {
"stdRetention": 365,
"purposes": {
"7": 3650,
"8": 180,
"9": 4320,
"10": 180,
"11": 180
},
"specialPurposes": {
"1": 60,
"2": 1,
"3": 1825
}
},
"dataDeclaration": [
1,
2,
3,
4,
6,
8,
9,
10,
11
],
"deviceStorageDisclosureUrl": "https://s3.amazonaws.com/stackadapt_public/disclosures.json"
}
| redirect: | ||
| url: "https://sync.srv.stackadapt.com/sync?nid=pbs&gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redirect={{.RedirectURL}}" |
Code coverage summaryNote:
stackadaptRefer here for heat map coverage report |
Code coverage summaryNote:
stackadaptRefer here for heat map coverage report |
|
Hi @bsardo thanks for the review, I've addressed the comments if you could take another look. Thanks! |
|
Hey @bsardo just wanted to check in if you had a chance to review the updates. Thanks! |
Code coverage summaryNote:
stackadaptRefer here for heat map coverage report |
|
Hi @bsardo can we get a review for this please? This has become urgent as we have a large client waiting on our prebid server integration. Thank you! |
|
Hi @bsardo the review comments have been addressed for over a month now. Could we get another review please? Let me know if there is anything I can do on my end to help. Thank you. |
|
Hi @bsardo all review comments have been addressed and CI passed. If your queue is full, @SyntaxNode or @przemkaczmarek, would either of you be able to take a look? We have a client blocked on this integration. Happy to make any further changes quickly. |
Code coverage summaryNote:
stackadaptRefer here for heat map coverage report |
|
Hi @bsardo just wanted to follow up on this now that we have one approval. Let me know if there is anything I can do to help, thanks. |
Code coverage summaryNote:
stackadaptRefer here for heat map coverage report |


This PR creates a new bidder adapter for StackAdapt
Related docs update: prebid/prebid.github.io#6496