Skip to content

Commit 9c6e8ae

Browse files
Merge branch 'master' into remove_quantcast_bidder
2 parents 8d9995a + c6c21e2 commit 9c6e8ae

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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

dev-docs/bidders/msft.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gpp_supported: true
1515
floors_supported: true
1616
fpd_supported: true
1717
pbjs: true
18-
pbjs_version_notes: initial release for testing purposes; not intended to immediately replace the appnexus adapter until performance is validated
18+
pbjs_version_notes: This adapter is new, and will ultimately replace the AppNexus adapter. We recommend careful monitoring of this replacement, and please communicate any questions or unexpected behavior.
1919
pbs: true
2020
gvl_id: 32
2121
sidebarType: 1
@@ -32,6 +32,9 @@ sidebarType: 1
3232
- [First Party Data](#first-party-data)
3333
- [Debug Auction](#debug-auction)
3434

35+
{: .alert.alert-danger :}
36+
This adapter is new, and will ultimately replace the AppNexus adapter. We recommend careful monitoring of this replacement, and please communicate any questions or unexpected behavior.
37+
3538
<a name="bid-params"></a>
3639

3740
{: .alert.alert-danger :}

dev-docs/bidders/rtbhouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gvl_id: 16
66
tcfeu_supported: true
77
usp_supported: false
88
coppa_supported: false
9-
gpp_sids: none
9+
gpp_supported: true
1010
dsa_supported: true
1111
pbjs: true
1212
pbs: true

0 commit comments

Comments
 (0)