Skip to content

Commit

Permalink
use IAB catagories for acat
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-nilesh-chate committed Mar 30, 2022
1 parent fdee129 commit 13d6a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidders/pubmatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you upgrading from a Prebid version prior to 1.0, please reach out to your Pu
| `kadfloor` | optional | Bid Floor | `'1.75'` | `string` |
| `currency` | optional | Bid currency | `'AUD'` (Value configured only in the 1st adunit will be passed on. <br/> Values if present in subsequent adunits, will be ignored.) | `string` |
| `dctr` | optional | Deal Custom Targeting <br/> (Value configured only in the 1st adunit will be passed on. <br/> Values if present in subsequent adunits, will be ignored.) | `'key1=123|key2=345'` | `string` |
| `acat` | optional | Allowed categories <br/> (List of allowed categories for a given auction to be sent in request.ext). | `[ 'drg', 'dlu', 'ssr' ]` | `array of strings` |
| `acat` | optional | Allowed categories <br/> (List of allowed categories for a given auction to be sent in request.ext.prebid.bidderparams.pubmatic.acat) | `[ 'IAB1-5', 'IAB1-6', 'IAB1-7' ]` | `array of strings` |
| `bcat` | optional | Blocked IAB Categories <br/> (Values from all slots will be combined and only unique values will be passed. An array of strings only. Each category should be a string of a length of more than 3 characters.) | `[ 'IAB1-5', 'IAB1-6', 'IAB1-7' ]` | `array of strings` |
| `deals` | optional | PMP deals <br/> (Values from each slot will be passed per slot. An array of strings only. Each deal-id should be a string of a length of more than 3 characters.) | `[ 'deal-id-5', 'deal-id-6', 'deal-id-7' ]` | `array of strings` |
| `outstreamAU` | optional | Oustream AdUnit described in Blue BillyWig UI. This field is mandatory if mimeType is described as video and context is outstream (i.e., for outstream videos) | `'renderer_test_pubmatic'` | `string` |
Expand Down

0 comments on commit 13d6a73

Please sign in to comment.