From fdee12995df47777d1a5f32f2a7c21c3bd126716 Mon Sep 17 00:00:00 2001 From: pm-nilesh-chate Date: Wed, 23 Mar 2022 09:02:43 +0000 Subject: [PATCH 1/2] PubMatic: add "acat" parameter --- dev-docs/bidders/pubmatic.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/pubmatic.md b/dev-docs/bidders/pubmatic.md index f8cbcd0a12..263a31643d 100644 --- a/dev-docs/bidders/pubmatic.md +++ b/dev-docs/bidders/pubmatic.md @@ -41,6 +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.
Values if present in subsequent adunits, will be ignored.) | `string` | | `dctr` | optional | Deal Custom Targeting
(Value configured only in the 1st adunit will be passed on.
Values if present in subsequent adunits, will be ignored.) | `'key1=123|key2=345'` | `string` | +| `acat` | optional | Allowed categories
(List of allowed categories for a given auction to be sent in request.ext). | `[ 'drg', 'dlu', 'ssr' ]` | `array of strings` | | `bcat` | optional | Blocked IAB Categories
(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
(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` | From 13d6a73fffd8804f2ff7150e400581b5e329987a Mon Sep 17 00:00:00 2001 From: Nilesh Chate Date: Wed, 30 Mar 2022 19:30:34 +0530 Subject: [PATCH 2/2] use IAB catagories for acat --- dev-docs/bidders/pubmatic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/pubmatic.md b/dev-docs/bidders/pubmatic.md index 263a31643d..f873b2bf4e 100644 --- a/dev-docs/bidders/pubmatic.md +++ b/dev-docs/bidders/pubmatic.md @@ -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.
Values if present in subsequent adunits, will be ignored.) | `string` | | `dctr` | optional | Deal Custom Targeting
(Value configured only in the 1st adunit will be passed on.
Values if present in subsequent adunits, will be ignored.) | `'key1=123|key2=345'` | `string` | -| `acat` | optional | Allowed categories
(List of allowed categories for a given auction to be sent in request.ext). | `[ 'drg', 'dlu', 'ssr' ]` | `array of strings` | +| `acat` | optional | Allowed categories
(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
(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
(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` |