Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit 2e9ec07

Browse files
BP-55: Implement Prebid Adapter - clarify bidderConfig params (#15)
* BP-55: add clarification for config variables * BP-55: remove ab value from doc
1 parent 77f6e0d commit 2e9ec07

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

modules/BTBidAdapter.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ The BT adapter requires setup and approval from the Blockthrough team. Please re
1818

1919
# Bidder Config
2020

21-
Make sure to set required ab, orgID, websiteID values received after approval using `pbjs.setBidderConfig`.
21+
Make sure to set required orgID, websiteID values received after approval using `pbjs.setBidderConfig`.
22+
23+
| Name | Scope | Description | Example | Type |
24+
| ----------- | -------- | -------------------------------------------------------------------- | ------------------ | -------- |
25+
| `orgID` | required | A unique ID for your organization provided by the Blockthrough team. | `4829301576428910` | `string` |
26+
| `websiteID` | required | A unique ID for your site provided by the Blockthrough team. | `5654012389765432` | `string` |
2227

2328
## Example
2429

@@ -30,7 +35,6 @@ pbjs.setBidderConfig({
3035
site: {
3136
ext: {
3237
blockthrough: {
33-
ab: false,
3438
orgID: '4829301576428910',
3539
websiteID: '5654012389765432',
3640
},

0 commit comments

Comments
 (0)