Skip to content

Commit

Permalink
BP-55: Implement Prebid Adapter - clarify bidderConfig params (#3)
Browse files Browse the repository at this point in the history
* BP-55: add clarification for config variables

* BP-55: remove ab value from doc
  • Loading branch information
PavloMalashnyak authored Mar 4, 2024
1 parent 979993b commit 2786a1f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dev-docs/bidders/blockthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ Publishers should use the `ortb2` method of setting [First Party Data](https://d

#### Bid Config

Make sure to set required ab, orgID, websiteID values received after approval using `pbjs.setBidderConfig`.
Make sure to set required orgID, websiteID values received after approval using `pbjs.setBidderConfig`.

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
| ----------- | -------- | ---------------------------------- | ------------------ | --------- |
| `orgID` | required | A unique ID for your organization provided by the Blockthrough team. | `4829301576428910` | `string` |
| `websiteID` | required | A unique ID for your site provided by the Blockthrough team. | `5654012389765432` | `string` |

#### Example

Expand All @@ -49,7 +55,6 @@ pbjs.setBidderConfig({
site: {
ext: {
blockthrough: {
ab: false,
orgID: '4829301576428910',
websiteID: '5654012389765432',
},
Expand Down

0 comments on commit 2786a1f

Please sign in to comment.