From a265db543a68c2743c2d14667f6e566af44e4db6 Mon Sep 17 00:00:00 2001 From: And-Rud Date: Fri, 23 May 2025 14:48:15 +0300 Subject: [PATCH] Update adipolo docs --- dev-docs/bidders/adipolo.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dev-docs/bidders/adipolo.md b/dev-docs/bidders/adipolo.md index c5534ad67f..a146b7d2c1 100644 --- a/dev-docs/bidders/adipolo.md +++ b/dev-docs/bidders/adipolo.md @@ -9,7 +9,7 @@ tcfeu_supported: false usp_supported: true prebid_member: false pbjs: true -pbs: false +pbs: true schain_supported: true floors_supported: true multiformat_supported: will-bid-on-any @@ -30,3 +30,11 @@ privacy_sandbox: no | `pid` | required | Placement ID | `test-banner` | `string` | | `env` | optional | Environment name | `adipolo` | `string` | | `ext` | optional | Specific integration config | `{}` | `object` | + +### Prebid Server Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|-------------|----------|-------------------------------|------------------------------------|-----------| +| `env` | required | Environment name | `adipolo-stage` | `string` | +| `pid` | required | unique placement ID | `aa8217e20131c095fe9dba67981040b0` | `string` |