Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-docs/bidders/pubmatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
|-----------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|--------------------|
| `publisherId` | required | PubMatic-specific identifier associated with your account | `'32572'` | `string` |
| `adSlot` | optional | PubMatic-specific identifier associated with this ad unit. Refers to Ad Tags within PubMatic UI. We accept Ad Tag Name or Ad Tag ID, refer to example. | `'38519891'` or `'homepage_banner'` | `string` |
| `dctr` | optional | Deal Custom Targeting<br><i>(Value configured in each adunit will be passed inside adunit configs i.e., imp.ext)</i> | `'key1:abc\|key2:123'` | `string` |
| `dctr` | optional | Deal Custom Targeting<br><i>(Value configured in each adunit will be passed inside adunit configs i.e., imp.ext)</i> | `'key1:abc|key2:123'` | `string` |

Check failure on line 59 in dev-docs/bidders/pubmatic.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column count

dev-docs/bidders/pubmatic.md:59:366 MD056/table-column-count Table column count [Expected: 5; Actual: 6; Too many cells, extra data will be missing] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md056.md
| `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` |
| `outstreamAU` | optional | Renderer ID provided by your account representative. Required for outstream video bids unless the ad unit has a [supplied renderer](https://docs.prebid.org/dev-docs/show-outstream-video-ads.html#renderers). | `'renderer_test_pubmatic'` | `string` |

Expand Down
Loading