Skip to content

Commit 22cfda5

Browse files
Joan FauraJoan Faura
authored andcommitted
New adapter: Panxo
Add documentation for Panxo bid adapter with Prebid Server support. Owner: Panxo Stacks, Inc.
1 parent 07c2429 commit 22cfda5

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

dev-docs/bidders/panxo.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ gvl_id: 1527
88
usp_supported: true
99
coppa_supported: true
1010
gpp_supported: true
11+
gpp_sids: tcfeu, usp
1112
schain_supported: true
1213
floors_supported: true
1314
fpd_supported: true
1415
media_types: banner
1516
safeframes_ok: true
1617
bidder_supports_deals: true
1718
pbjs: true
18-
pbs: false
19+
pbs: true
20+
pbs_app_supported: false
1921
prebid_member: true
2022
multiformat_supported: will-not-bid
2123
ortb_blocking_supported: false
@@ -106,6 +108,22 @@ pbjs.setConfig({
106108
});
107109
```
108110

111+
### Prebid Server
112+
113+
Panxo supports server-side bidding through Prebid Server. The Panxo RTD module must still be configured in Prebid.js on the client side, as it detects AI-referred traffic and injects the user identifier that Prebid Server forwards to the Panxo endpoint.
114+
115+
#### Prebid Server Configuration
116+
117+
```yaml
118+
adapters:
119+
panxo:
120+
endpoint: "https://panxo-sys.com/openrtb/2.5/bid"
121+
```
122+
123+
#### Client-Side Requirements for PBS
124+
125+
When using Prebid Server, the Panxo RTD module runs on the client and enriches the OpenRTB request with `device.ext.panxo`, which PBS forwards to the Panxo adapter. No additional client-side configuration is required beyond the standard RTD module setup shown above.
126+
109127
### Additional Notes
110128

111129
- **Net Revenue**: Bids are returned as net revenue.

0 commit comments

Comments
 (0)