github.com/prebid/prebid-server@v0.275.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 }, 90 "mockResponse": { 91 "status": 200, 92 "body": { 93 "id": "test-request-id", 94 "seatbid": [ 95 { 96 "seat": "958", 97 "bid": [{ 98 "id": "7706636740145184841", 99 "impid": "test-imp-id", 100 "price": 1.75, 101 "adid": "29681110", 102 "adm": "<div>banner-ads</div>", 103 "adomain": ["dmx.districtm.io"], 104 "iurl": "https://dmx.districtm.io/b/v2", 105 "cid": "958", 106 "crid": "29681110", 107 "h": 250, 108 "w": 300 109 }] 110 } 111 ], 112 "bidid": "5778926625248726496", 113 "cur": "USD" 114 } 115 } 116 } 117 ], 118 119 "expectedBidResponses": [ 120 { 121 "currency": "USD", 122 "bids": [ 123 { 124 "bid": { 125 "id": "7706636740145184841", 126 "impid": "test-imp-id", 127 "price": 1.75, 128 "adm": "<div>banner-ads</div>", 129 "adid": "29681110", 130 "adomain": ["dmx.districtm.io"], 131 "iurl": "https://dmx.districtm.io/b/v2", 132 "cid": "958", 133 "crid": "29681110", 134 "w": 300, 135 "h": 250 136 137 }, 138 "type": "banner" 139 } 140 ] 141 } 142 ] 143 }