Skip to content

Commit 02f3559

Browse files
Tanishka VishwakarmaTanishka Vishwakarma
authored andcommitted
changes for bid params table formatting and content formatting
1 parent b1be333 commit 02f3559

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev-docs/bidders/pubmatic.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ endpoint_compression: true
3636
| `publisherId` | required | Publisher ID | `'32572'` | `string` |
3737
| `adSlot` | optional | Ad Slot Name (see below) | `'38519891'` | `string` |
3838
| `pmzoneid` | optional | Zone ID | `'zone1,zone2'` | `string` |
39-
| `lat` | optional | Latitude<br>(Supported until Prebid version 7.54.4 and starting from version 8.11.0, can be configured using ortb2.device or ortb2.user) | `'40.712775'` | `string` |
40-
| `lon` | optional | Longitude<br>(Supported until Prebid version 7.54.4 and starting from version 8.11.0, can be configured using ortb2.device or ortb2.user) | `'-74.005973'` | `string` |
39+
| `lat` | optional | Latitude<br>Supported until Prebid version 7.54.4 and starting from version 8.11.0, can be configured using ortb2.device or ortb2.user | `'40.712775'` | `string` |
40+
| `lon` | optional | Longitude<br>Supported until Prebid version 7.54.4 and starting from version 8.11.0, can be configured using ortb2.device or ortb2.user | `'-74.005973'` | `string` |
4141
| `yob` | optional | Year of Birth | `'1982'` | `string` |
4242
| `gender` | optional | Gender | `'M'` | `string` |
4343
| `kadpageurl` | optional | Overrides Page URL | `'http://www.yahoo.com/'` | `string` |
4444
| `kadfloor` | optional | Bid Floor | `'1.75'` | `string` |
4545
| `currency` | optional | Bid currency<br><i>(Value configured only in the 1st adunit will be passed on. Values if present in subsequent adunits, will be ignored.)</i> | `'AUD'` | `string` |
4646
| `dctr` | optional | Deal Custom Targeting<br><i>(Value configured in each adunit will be passed inside adunit configs i.e., imp.ext)</i> | `'key1=123|key2=345'` | `string` |
4747
| `acat` | optional | Allowed categories<br><i>(Can be sent via ortb2 or slot-level params. If both are present, ortb2 takes priority.)</i> | `[ 'IAB1-5', 'IAB1-6', 'IAB1-7' ]` | `array of strings` |
48-
| `bcat` | optional | Blocked IAB Categories<br><i>(Combined across all slots, unique values only. Each must be a string with >3 characters.)</i> | `[ 'IAB1-5', 'IAB1-6', 'IAB1-7' ]` | `array of strings` |
49-
| `deals` | optional | PMP deals<br><i>(Passed per slot. Each deal-id should be a string with >3 characters.)</i> | `[ 'deal-id-5', 'deal-id-6', 'deal-id-7' ]` | `array of strings` |
48+
| `bcat` | optional | Blocked IAB Categories<br><i>(Combined across all slots, unique values only. Each must be a string with more than 3 characters.)</i> | `[ 'IAB1-5', 'IAB1-6', 'IAB1-7' ]` | `array of strings` |
49+
| `deals` | optional | PMP deals<br><i>(Passed per slot. Each deal-id should be a string with more than 3 characters.)</i> | `[ 'deal-id-5', 'deal-id-6', 'deal-id-7' ]` | `array of strings` |
5050
| `outstreamAU` | optional | Outstream AdUnit described in Blue BillyWig UI<br><i>(Required if mimeType is video and context is outstream)</i> | `'renderer_test_pubmatic'` | `string` |
5151

5252
### Configuration

0 commit comments

Comments
 (0)