Skip to content

Commit

Permalink
Updated ImproveDigital bidder docs (#5137)
Browse files Browse the repository at this point in the history
  • Loading branch information
cciocov authored Jun 16, 2024
1 parent 0eb943c commit 3ccebb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/bidders/improvedigital.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ sidebarType: 1

#### Sizes

By default, the adapter doesn't send Prebid ad unit sizes to Improve Digital's ad server and the sizes defined for each placement in the Polaris platform will be used. If the ad server should only respond with creative sizes as defined in Prebid ad unit configuration, turn on `usePrebidSizes` adapter parameter like this:
By default, the adapter sends Prebid ad unit sizes to Improve Digital's ad server. If the ad server should only respond with creative sizes as defined for each placement in the Origin platform, turn off `usePrebidSizes` adapter parameter like this:

```javascript
pbjs.setConfig({
improvedigital: { usePrebidSizes: true }
improvedigital: { usePrebidSizes: false }
});
```

Expand Down

0 comments on commit 3ccebb1

Please sign in to comment.