Skip to content

Commit 36654a8

Browse files
mkomorskiMarcin Komorski
andauthored
Adding bid limit on ad unit (#6296)
Co-authored-by: Marcin Komorski <[email protected]>
1 parent 33bba64 commit 36654a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-docs/adunit-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ See the table below for the list of properties on the ad unit. For example ad un
4242
| `renderer` | Optional | Object | Custom renderer, typically used for [outstream video](/dev-docs/show-outstream-video-ads.html) |
4343
| `video` | Optional | Object | Used to link an Ad Unit to the [Video Module][videoModule]. For allowed params see the [adUnit.video reference](#adunitvideo). |
4444
| `deferBilling` | Optional | Boolean | Used by a publisher to flag adUnits as being separately billable. This allows for a publisher to trigger billing manually for winning bids. See [pbjs.triggerBilling](/dev-docs/publisher-api-reference/triggerBilling.html) and [onBidBillable](/dev-docs/bidder-adaptor.html#registering-on-bid-billable) for more info. |
45+
| `bidLimit` | Optional | Number | Used by a publisher to set a bid limit for this ad unit |
4546

4647
<a name="adUnit.bids"></a>
4748

0 commit comments

Comments
 (0)