Skip to content

Commit 9fb0dc7

Browse files
pm-tanishka-vishwakarmaTanishka Vishwakarmamuuki88
authored
[Pubmatic]Document changes for formatting table of bid params and removing the item that is not required (prebid#6182)
* removing the content which is not required * Fixing css changes for the pubmatic bidders page * changes for bid params table formatting and content formatting * changes for bid params table formatting and content formatting * fixing lint errors * fixing lint errors * do not use html directl --------- Co-authored-by: Tanishka Vishwakarma <tanishkavishwakarma@L1837.local> Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
1 parent d3036ae commit 9fb0dc7

1 file changed

Lines changed: 17 additions & 22 deletions

File tree

dev-docs/bidders/pubmatic.md

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,26 @@ sidebarType: 1
2525
endpoint_compression: true
2626
---
2727

28-
### Prebid Server Note
29-
30-
{% include dev-docs/pbjs-adapter-required-for-pbs.md %}
31-
3228
### Bid Params
3329

3430
{: .table .table-bordered .table-striped }
35-
36-
| Name | Scope | Description | Example | Type |
37-
|---------------|----------|--------------------|------------------------------|----------|
38-
| `publisherId` | required | Publisher ID | `'32572'` | `string` |
39-
| `adSlot` | optional | Ad Slot Name (see below)| `'38519891'` | `string` |
40-
| `pmzoneid` | optional | Zone ID | `'zone1,zone2'` | `string` |
41-
| `lat` | optional | Latitude <br/> (Supported until Prebid version 7.54.4 and starting from Prebid version 8.11.0 we have option to configure this using ortb2.(device OR user)) | `'40.712775'` | `string` |
42-
| `lon` | optional | Longitude <br/> (Supported until Prebid version 7.54.4 and starting from Prebid version 8.11.0 we have option to configure this using ortb2.(device OR user)) | `'-74.005973'` | `string` |
43-
| `yob` | optional | Year of Birth | `'1982'` | `string` |
44-
| `gender` | optional | Gender | `'M'` | `string` |
45-
| `kadpageurl` | optional | Overrides Page URL | `'http://www.yahoo.com/'` | `string` |
46-
| `kadfloor` | optional | Bid Floor | `'1.75'` | `string` |
47-
| `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` |
48-
| `dctr` | optional | Deal Custom Targeting <br/> (Value configured in each adunit will be passed on inside adunit configs i.e. imp.ext), `'key1=123|key2=345'` | `string` |
49-
| `acat` | optional | Allowed categories <br/> (List of allowed categories for a given auction to be sent in either using ortb2 config (request.ext.prebid.bidderparams.pubmatic.acat) or using slot level params. If categories sent using both then priority will be given to ortb2 over slot level params.) | `[ 'IAB1-5', 'IAB1-6', 'IAB1-7' ]` | `array of strings` |
50-
| `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` |
51-
| `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` |
52-
| `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` |
31+
| Name | Scope | Description | Example | Type |
32+
|-----------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|--------------------|
33+
| `publisherId` | required | Publisher ID | `'32572'` | `string` |
34+
| `adSlot` | optional | Ad Slot Name (see below) | `'38519891'` | `string` |
35+
| `pmzoneid` | optional | Zone ID | `'zone1,zone2'` | `string` |
36+
| `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` |
37+
| `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` |
38+
| `yob` | optional | Year of Birth | `'1982'` | `string` |
39+
| `gender` | optional | Gender | `'M'` | `string` |
40+
| `kadpageurl` | optional | Overrides Page URL | `'http://www.yahoo.com/'` | `string` |
41+
| `kadfloor` | optional | Bid Floor | `'1.75'` | `string` |
42+
| `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` |
43+
| `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` |
44+
| `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` |
45+
| `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` |
46+
| `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` |
47+
| `outstreamAU` | optional | Outstream AdUnit described in Blue BillyWig UI *(Required if mimeType is video and context is outstream)* | `'renderer_test_pubmatic'` | `string` |
5348

5449
### Configuration
5550

0 commit comments

Comments
 (0)