github.com/prebid/prebid-server@v0.275.0/adapters/dmx/dmxtest/exemplary/imp-populated-banner.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 "w": 300, 19 "h": 250, 20 "format": [ 21 { 22 "w": 300, 23 "h": 250 24 }, 25 { 26 "w": 300, 27 "h": 600 28 } 29 ] 30 }, 31 "ext": { 32 "bidder": { 33 "dmxid": "123454", 34 "publisher_id": "10400" 35 } 36 } 37 } 38 ] 39 }, 40 41 "httpCalls": [ 42 { 43 "expectedRequest": { 44 "uri": "", 45 "body": { 46 "id": "test-request-id", 47 "app":{ 48 "bundle":"302324249", 49 "id":"ed6207cefff74c14878963566683c070", 50 "name":"Skout - iOS Match Buy", 51 "publisher":{ 52 "id":"10400", 53 "ext": { 54 "dmx": { 55 "id": "10400" 56 } 57 } 58 }, 59 "storeurl":"https://itunes.apple.com/app/id302324249" 60 }, 61 "imp": [ 62 { 63 "bidfloor": 0.35, 64 "id": "test-imp-id", 65 "tagid": "123454", 66 "secure": 1, 67 "banner": { 68 "format": [ 69 { 70 "w": 300, 71 "h": 250 72 }, 73 { 74 "w": 300, 75 "h": 600 76 } 77 ], 78 "w": 300, 79 "h": 250 80 }, 81 "ext": { 82 "bidder": { 83 "publisher_id": "10400", 84 "dmxid": "123454" 85 } 86 } 87 } 88 ] 89 } 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 }