Skip to content

Commit

Permalink
Change customerId param type to string in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhisp committed Jul 4, 2022
1 parent ac131ca commit 396ac11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/modules/1plusXRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pbjs.setConfig({
| 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 | Integer | Your 1plusX customer id | |
| 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.timeout | Integer | timeout (ms) | 1000ms |

Expand Down

0 comments on commit 396ac11

Please sign in to comment.