github.com/prebid/prebid-server/v2@v2.18.0/adapters/dmx/dmxtest/exemplary/missing-width-height.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "app":{ 5 "bundle":"302324249", 6 "id":"ed6207cefff74c14878963566683c070", 7 "name":"Skout - iOS Match Buy", 8 "publisher":{ 9 "id":"10400" 10 }, 11 "storeurl":"https://itunes.apple.com/app/id302324249" 12 }, 13 "imp": [ 14 { 15 "bidfloor": 0.35, 16 "id": "test-imp-id", 17 "banner": { 18 19 "format": [ 20 { 21 "w": 300, 22 "h": 250 23 }, 24 { 25 "w": 300, 26 "h": 600 27 } 28 ] 29 }, 30 "ext": { 31 "bidder": { 32 "dmxid": "123454", 33 "publisher_id": "10400" 34 } 35 } 36 } 37 ] 38 }, 39 40 "httpCalls": [ 41 { 42 "expectedRequest": { 43 "uri": "", 44 "body": { 45 "id": "test-request-id", 46 "app":{ 47 "bundle":"302324249", 48 "id":"ed6207cefff74c14878963566683c070", 49 "name":"Skout - iOS Match Buy", 50 "publisher":{ 51 "id":"10400", 52 "ext": { 53 "dmx": { 54 "id": "10400" 55 } 56 } 57 }, 58 "storeurl":"https://itunes.apple.com/app/id302324249" 59 }, 60 "imp": [ 61 { 62 "bidfloor": 0.35, 63 "id": "test-imp-id", 64 "tagid": "123454", 65 "secure": 1, 66 "banner": { 67 "format": [ 68 { 69 "w": 300, 70 "h": 250 71 }, 72 { 73 "w": 300, 74 "h": 600 75 } 76 ], 77 "w": 300, 78 "h": 250 79 }, 80 "ext": { 81 "bidder": { 82 "publisher_id": "10400", 83 "dmxid": "123454" 84 } 85 } 86 } 87 ] 88 }, 89 "impIDs":["test-imp-id"] 90 }, 91 "mockResponse": { 92 "status": 200, 93 "body": { 94 "id": "test-request-id", 95 "seatbid": [ 96 { 97 "seat": "958", 98 "bid": [{ 99 "id": "7706636740145184841", 100 "impid": "test-imp-id", 101 "price": 1.75, 102 "adid": "29681110", 103 "adm": "<div>banner-ads</div>", 104 "adomain": ["dmx.districtm.io"], 105 "iurl": "https://dmx.districtm.io/b/v2", 106 "cid": "958", 107 "crid": "29681110", 108 "h": 250, 109 "w": 300 110 }] 111 } 112 ], 113 "bidid": "5778926625248726496", 114 "cur": "USD" 115 } 116 } 117 } 118 ], 119 120 "expectedBidResponses": [ 121 { 122 "currency": "USD", 123 "bids": [ 124 { 125 "bid": { 126 "id": "7706636740145184841", 127 "impid": "test-imp-id", 128 "price": 1.75, 129 "adm": "<div>banner-ads</div>", 130 "adid": "29681110", 131 "adomain": ["dmx.districtm.io"], 132 "iurl": "https://dmx.districtm.io/b/v2", 133 "cid": "958", 134 "crid": "29681110", 135 "w": 300, 136 "h": 250 137 138 }, 139 "type": "banner" 140 } 141 ] 142 } 143 ] 144 }