From 514d51197ee5c5122313a3cd5ec1d388e8746811 Mon Sep 17 00:00:00 2001 From: Pavlo Date: Tue, 19 May 2026 13:07:09 +0300 Subject: [PATCH 1/2] New Adapter: anzuDSP --- dev-docs/bidders/anzuDSP.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dev-docs/bidders/anzuDSP.md diff --git a/dev-docs/bidders/anzuDSP.md b/dev-docs/bidders/anzuDSP.md new file mode 100644 index 0000000000..1eb75f3519 --- /dev/null +++ b/dev-docs/bidders/anzuDSP.md @@ -0,0 +1,32 @@ +--- +layout: bidder +title: AnzuDSP +description: AnzuDSP Bidder Adapter +biddercode: anzuDSP +media_types: banner, video +coppa_supported: true +tcfeu_supported: false +usp_supported: true +prebid_member: false +pbjs: true +pbs: false +schain_supported: true +floors_supported: true +multiformat_supported: will-bid-on-any +sidebarType: 1 +safeframes_ok: true +dchain_supported: false +deals_supported: true +fpd_supported: false +ortb_blocking_supported: true +privacy_sandbox: no +--- + +## Prebid.js Bid params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|-------------|----------|-----------------------------|------------------------------------|-----------| +| `pid` | required | Placement ID | `0e232769e6f71d291ee7dbc9d157cf84` | `string` | +| `env` | optional | Environment name | `anzuDSP` | `string` | +| `ext` | optional | Specific integration config | `{}` | `object` | From 1d8116ecb7bde3570b530b94d9f956c06c8b5c66 Mon Sep 17 00:00:00 2001 From: Pavlo Date: Tue, 19 May 2026 18:13:35 +0300 Subject: [PATCH 2/2] AnzuDSP Bid Adapter: make params.env field required --- dev-docs/bidders/anzuDSP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/anzuDSP.md b/dev-docs/bidders/anzuDSP.md index 1eb75f3519..d790fb9e41 100644 --- a/dev-docs/bidders/anzuDSP.md +++ b/dev-docs/bidders/anzuDSP.md @@ -28,5 +28,5 @@ privacy_sandbox: no | Name | Scope | Description | Example | Type | |-------------|----------|-----------------------------|------------------------------------|-----------| | `pid` | required | Placement ID | `0e232769e6f71d291ee7dbc9d157cf84` | `string` | -| `env` | optional | Environment name | `anzuDSP` | `string` | +| `env` | required | Environment name | `anzuDSP` | `string` | | `ext` | optional | Specific integration config | `{}` | `object` |