diff --git a/dev-docs/bidders/goldbach.md b/dev-docs/bidders/goldbach.md index ac661cbe6a..99aa9d3307 100644 --- a/dev-docs/bidders/goldbach.md +++ b/dev-docs/bidders/goldbach.md @@ -20,7 +20,7 @@ fpd_supported: true pbjs: true pbs: false prebid_member: false -multiformat_supported: will-bid-on-one +multiformat_supported: will-bid-on-any ortb_blocking_supported: false privacy_sandbox: no sidebarType: 1 @@ -35,4 +35,5 @@ The Goldbach bidding adapter requires an individualized `'publisherId'` and appr | Name | Scope | Description | Example | Type | |---------------|----------|--------------------------|---------------------------|-----------| -| `publisherId` | required | Publisher Environment ID | `example.com_de_ios` | `string` | +| `publisherId` | required | Publisher Environment ID | `example.com_de_ios` | `string` | +| `slotId` | required | Slot Id | `1234/slot/id/news` | `string` |