Skip to content

Commit 0f26ac6

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 0f26ac6

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

dev-docs/bidders/panxo.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ media_types: banner
1515
safeframes_ok: true
1616
bidder_supports_deals: true
1717
pbjs: true
18-
pbs: false
18+
pbs: true
19+
pbs_app_supported: false
1920
prebid_member: true
2021
multiformat_supported: will-not-bid
2122
ortb_blocking_supported: false
@@ -106,6 +107,22 @@ pbjs.setConfig({
106107
});
107108
```
108109

110+
### Prebid Server
111+
112+
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.
113+
114+
#### Prebid Server Configuration
115+
116+
```yaml
117+
adapters:
118+
panxo:
119+
endpoint: "https://panxo-sys.com/openrtb/2.5/bid"
120+
```
121+
122+
#### Client-Side Requirements for PBS
123+
124+
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.
125+
109126
### Additional Notes
110127

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

0 commit comments

Comments
 (0)