Skip to content

Commit

Permalink
PBS ORTB blocking video and audio battr support (#5667)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Oct 18, 2024
1 parent 9a9dbdc commit 809d122
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prebid-server/pbs-modules/ortb2-blocking.md
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,9 @@ This attribute is related to the 'battr' of the request and 'attr' of the respon
{: .table .table-bordered .table-striped }
| Setting | Description | Data Type | Override Conditions Supported |
|---+---+---+---|
| blocked-banner-attr | List of IAB banner attributes not allowed to display on this inventory | array of int | bidders (array of strings), media-types (array of strings) |
| blocked-banner-attr | List of IAB banner attributes not allowed to display on this inventory | array of int | bidders (array of strings) |
| blocked-video-attr | (PBS-Java 3.14+) List of IAB video attributes not allowed to display on this inventory | array of int | bidders (array of strings) |
| blocked-audio-attr | (PBS-Java 3.14+) List of IAB audio attributes not allowed to display on this inventory | array of int | bidders (array of strings) |
| enforce-blocks | Whether to enforce attr in responses. Default is false. | boolean | bidders (array of strings), media-types (array of strings) |
| allowed-banner-attr-for-deals | List of IAB attributes allowed for deals in general or a specific dealid. | array of strings | deal-ids (array of strings). This isn't a true override - values are added to the global. |

Expand All @@ -779,6 +781,7 @@ Here's an example account config for PBS-Java:
"enforce-blocks": false,
// block these attributes for all bidders
"blocked-banner-attr": [ 1, 8, 9, 10 ],
"blocked-video-attr": [ 1, 8, 9, 10 ],
"action-overrides": {
"enforce-blocks": [
{
Expand Down

0 comments on commit 809d122

Please sign in to comment.