Skip to content

Commit

Permalink
Remove supported bidders from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhisp committed Jul 6, 2022
1 parent 396ac11 commit a4e14e3
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions dev-docs/modules/1plusXRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Contact dc-team-1px@triplelift.com for information.

1) Compile the 1plusX RTD Module along with your bid adapter and other modules into your Prebid build:

Currently only `appnexusBidAdapter` and `rubiconBidAdapter` are supported

```
gulp build --modules="rtdModule,1plusXRtdProvider,appnexusBidAdapter,..."
Expand Down Expand Up @@ -66,15 +65,5 @@ pbjs.setConfig({
| waitForIt | Boolean | Should be `true` if there's an `auctionDelay` defined (optional) | `false` |
| params | Object | | |
| params.customerId | String | Your 1plusX customer id | |
| params.bidders | Array<string> | List of bidders for which you would like data to be set | To this date only `appnexus` and `rubicon` are supported |
| params.bidders | Array<string> | List of bidders for which you would like data to be set | |
| params.timeout | Integer | timeout (ms) | 1000ms |

## Supported Bidders
At the moment only Appnexus (`appnexus`) and Magnite (`rubicon`) are supported

{: .table .table-bordered .table-striped }
| Bidder | ID (for `bidders` parameter) | Module name (for `gulp build`) |
| ------- | ---------------------------- | ------------------------------ |
| Xandr | `appnexus` | `appnexusBidAdapter` |
| Magnite | `rubicon` | `rubiconBidAdapter` |

0 comments on commit a4e14e3

Please sign in to comment.