Skip to content

Commit

Permalink
Update doc for 1plusX RTD Provider (prebid#3915)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhisp authored and jlaso committed Aug 31, 2023
1 parent b13f707 commit 251b6da
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions dev-docs/modules/1plusXRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ sidebarType : 1

## Description

RTD provider for 1plusX.
Enriches the bidding object with Audience & Targeting data
Contact dc-team-1px@triplelift.com for information.
The 1plusX RTD module appends User and Contextual segments to the bidding object.

## Integration

Expand Down Expand Up @@ -59,11 +57,11 @@ pbjs.setConfig({
## Parameters

{: .table .table-bordered .table-striped }
| Name | Type | Description | Notes |
| :---------------- | :------------ | :--------------------------------------------------------------- |:-------------------------------------------------------- |
| name | String | Real time data module name | Always '1plusX' |
| 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 | |
| params.timeout | Integer | timeout (ms) | 1000ms |
| Name | Type | Description | Default |
| :---------------- | :------------ | :--------------------------------------------------------------- |:----------------- |
| name | String | Real time data module name | Always '1plusX' |
| 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 | |
| params.timeout | Integer | timeout (ms) | 1000ms |

0 comments on commit 251b6da

Please sign in to comment.