github.com/prebid/prebid-server/v2@v2.18.0/adapters/pubmatic/pubmatictest/supplemental/nilReqExt.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "adSlot": "AdTag_Div1@300x250", 18 "publisherId": " 999 ", 19 "keywords": [ 20 { 21 "key": "pmZoneID", 22 "value": [ 23 "Zone1", 24 "Zone2" 25 ] 26 }, 27 { 28 "key": "preference", 29 "value": [ 30 "sports", 31 "movies" 32 ] 33 } 34 ], 35 "wrapper": { 36 "version": 1, 37 "profile": 5123 38 } 39 } 40 } 41 } 42 ], 43 "device": { 44 "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" 45 }, 46 "ext": {}, 47 "site": { 48 "id": "siteID", 49 "publisher": { 50 "id": "1234" 51 } 52 } 53 }, 54 "httpCalls": [ 55 { 56 "expectedRequest": { 57 "uri": "https://hbopenbid.pubmatic.com/translator?source=prebid-server", 58 "body": { 59 "id": "test-request-id", 60 "imp": [ 61 { 62 "id": "test-imp-id", 63 "tagid": "AdTag_Div1", 64 "banner": { 65 "format": [ 66 { 67 "w": 300, 68 "h": 250 69 } 70 ], 71 "h": 250, 72 "w": 300 73 }, 74 "ext": { 75 "pmZoneId": "Zone1,Zone2", 76 "preference": "sports,movies" 77 } 78 } 79 ], 80 "device": { 81 "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" 82 }, 83 "site": { 84 "id": "siteID", 85 "publisher": { 86 "id": "999" 87 } 88 }, 89 "ext": { 90 "wrapper": { 91 "profile": 5123, 92 "version": 1 93 }, 94 "prebid": {} 95 } 96 }, 97 "impIDs":["test-imp-id"] 98 }, 99 "mockResponse": { 100 "status": 200, 101 "body": { 102 "id": "test-request-id", 103 "seatbid": [ 104 { 105 "seat": "958", 106 "bid": [ 107 { 108 "id": "7706636740145184841", 109 "impid": "test-imp-id", 110 "price": 0.500000, 111 "adid": "29681110", 112 "adm": "some-test-ad", 113 "adomain": [ 114 "pubmatic.com" 115 ], 116 "crid": "29681110", 117 "h": 250, 118 "w": 300, 119 "dealid": "test deal", 120 "ext": { 121 "dspid": 6, 122 "deal_channel": 1 123 } 124 } 125 ] 126 } 127 ], 128 "bidid": "5778926625248726496", 129 "cur": "USD" 130 } 131 } 132 } 133 ], 134 "expectedBidResponses": [ 135 { 136 "currency": "USD", 137 "bids": [ 138 { 139 "bid": { 140 "id": "7706636740145184841", 141 "impid": "test-imp-id", 142 "price": 0.5, 143 "adid": "29681110", 144 "adm": "some-test-ad", 145 "adomain": [ 146 "pubmatic.com" 147 ], 148 "crid": "29681110", 149 "w": 300, 150 "h": 250, 151 "dealid": "test deal", 152 "ext": { 153 "dspid": 6, 154 "deal_channel": 1 155 } 156 }, 157 "type": "banner" 158 } 159 ] 160 } 161 ] 162 }