Skip to content

Commit 30ba476

Browse files
RTB House: PAAPI support removed (prebid#6078)
1 parent 882a5a1 commit 30ba476

2 files changed

Lines changed: 2 additions & 48 deletions

File tree

dev-docs/bidders/rtbhouse.md

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ userIds: id5Id, identityLink, pubProvidedId
2121
pbs_app_supported: true
2222
ortb_blocking_supported: partial
2323
multiformat_supported: will-bid-on-any
24-
privacy_sandbox: paapi, topics
24+
privacy_sandbox: topics
2525
sidebarType: 1
2626
---
2727

@@ -79,49 +79,3 @@ pbjs.setBidderConfig({
7979
### Setting up the Prebid Server Adapter
8080
8181
If you’re a Prebid Server host company looking to enable the RTB House server-side adapter, you'll need to contact <prebid@rtbhouse.com>. They will guide you through the process. Do not use the default bidder config file as it will require custom partner code to be entered. It will be provided by RTB House.
82-
83-
### Protected Audience API (PAAPI) support
84-
85-
There’s an option to receive demand for Protected Audience API (FLEDGE/PAAPI)
86-
ads using RTB House bid adapter.
87-
Prebid’s [paapiForGpt](https://docs.prebid.org/dev-docs/modules/paapiForGpt.html)
88-
module and Google Ad Manager is currently required.
89-
90-
The following steps should be taken to setup Protected Audience for RTB House:
91-
92-
1. Reach out to your RTB House representative for setup coordination.
93-
94-
2. Build and enable PAAPI module as described in
95-
[paapiForGpt](https://docs.prebid.org/dev-docs/modules/paapiForGpt.html)
96-
module documentation.
97-
98-
a. Make sure to enable RTB House bidder to participate in PAAPI. If there are any other bidders to be allowed for that, add them to the **bidders** array:
99-
100-
```javascript
101-
pbjs.setConfig({
102-
paapi: {
103-
enabled: true,
104-
bidders: ["rtbhouse"]
105-
}
106-
})
107-
```
108-
109-
b. If you as a publisher have your own [decisionLogicUrl](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#21-initiating-an-on-device-auction)
110-
you may utilize it by setting up a dedicated `fledgeConfig` object:
111-
112-
```javascript
113-
pbjs.setBidderConfig({
114-
bidders: ["rtbhouse"],
115-
config: {
116-
fledgeConfig: {
117-
seller: 'https://seller.domain',
118-
decisionLogicUrl: 'https://seller.domain/decisionLogicFile.js',
119-
sellerTimeout: 100
120-
}
121-
}
122-
});
123-
```
124-
125-
The `decisionLogicUrl` must be in the same domain as `seller` and has to respond with `X-Allow-FLEDGE: true` http header.
126-
127-
`sellerTimeout` is optional, defaults to 50 as per spec, will be clamped to 500 if greater.

dev-docs/modules/paapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function interpretResponse(resp, req) {
178178

179179
Each object must specify exactly one of `igb` or `config`.
180180

181-
An example of this can be seen in the OpenX bid adapter [here](https://github.com/prebid/Prebid.js/blob/master/modules/openxBidAdapter.js) or RTB House bid adapter [here](https://github.com/prebid/Prebid.js/blob/master/modules/rtbhouseBidAdapter.js).
181+
An example of this can be seen in the OpenX bid adapter [here](https://github.com/prebid/Prebid.js/blob/master/modules/openxBidAdapter.js).
182182

183183
<a id="parallel"></a>
184184
## Parallel auctions

0 commit comments

Comments
 (0)