You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/bidders/pubmatic.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,17 +36,17 @@ endpoint_compression: true
36
36
|`publisherId`| required | Publisher ID |`'32572'`|`string`|
37
37
|`adSlot`| optional | Ad Slot Name (see below) |`'38519891'`|`string`|
38
38
|`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`|
41
41
|`yob`| optional | Year of Birth |`'1982'`|`string`|
|`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`|
46
46
|`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`|
47
47
|`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`|
50
50
|`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`|
0 commit comments