Skip to content

Commit d97dbaa

Browse files
authored
Remove deprecated/not-to-be-used params (prebid#3462)
1 parent 7ecbc91 commit d97dbaa

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

dev-docs/bidders/improvedigital.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ pbs_app_supported: true
2121
|----------------|----------|----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|-----------|
2222
| `placementId` | required | The placement ID from Improve Digital. | `1234567` | `integer` |
2323
| `keyValues` | optional | Contains one or more key-value pairings for key-value targeting | `{ testKey1: ['testValueA'], testKey2: ['testValueB', 'testValueC'] }` | `object` |
24-
| `size` | optional | Single size filter. Where a placement supports multiple sizes, this forces the response to feature only one of the multiple sizes. This parameter is ignored when `usePrebidSizes` is enabled (see the [Sizes](#improvedigital-sizes) section below). | `{ w:300, h:250 }` | `object` |
2524
| `bidFloor` | optional | Bid floor price | `0.01` | `float` |
2625
| `bidFloorCur` | optional | Bid floor price currency. Supported values: USD (default), EUR, GBP, AUD, DKK, SEK, CZK, CHF, NOK | `'USD'` | `string` |
2726
| `video` | optional | Object with video parameters. See the [Video params](#improvedigital-video) section below for details. | | `object` |
@@ -39,17 +38,6 @@ pbs_app_supported: true
3938

4039
### Configuration
4140

42-
#### Single-Request
43-
44-
By default, the adapter sends one request for each ad unit to Improve Digital's ad server. For example, if there are 4 Prebid ad units defined on the page, you'll see 4 calls out to ad.360yield.com/hb.
45-
46-
The Improve Digital adapter supports `Single Request` mode, where all ad unit requests are made in a single call to ad.360yield.com/hb. To turn this feature on, call `setConfig`:
47-
```
48-
pbjs.setConfig({
49-
improvedigital: {singleRequest: true}
50-
});
51-
```
52-
5341
<a name="improvedigital-sizes"></a>
5442

5543
#### Sizes

0 commit comments

Comments
 (0)