github.com/prebid/prebid-server/v2@v2.18.0/adapters/ownadx/ownadxtest/exemplary/banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "id", 4 "imp": [ 5 { 6 "id": "id", 7 "secure": 1, 8 "bidfloor": 0.01, 9 "bidfloorcur": "USD", 10 "banner": { 11 "w": 300, 12 "h": 250 13 }, 14 "ext": { 15 "bidder": { 16 "tokenId": "126151698247", 17 "sspId": "11", 18 "seatId": "2" 19 } 20 } 21 } 22 ], 23 "device": { 24 "ua": "UA", 25 "ip": "123.3.4.123" 26 }, 27 "regs": { 28 "ext": { 29 "gdpr": 0 30 } 31 }, 32 "user": { 33 "id": "userid" 34 }, 35 "site": { 36 "id": "id", 37 "domain": "test,com", 38 "cat": [ 39 "IAB12" 40 ], 41 "publisher": { 42 "id": "pubid" 43 } 44 } 45 }, 46 "httpCalls": [ 47 { 48 "expectedRequest": { 49 "uri": "https://pbs.prebid-ownadx.com/bidder/bid/2/11?token=126151698247", 50 "body": { 51 "id": "id", 52 "imp": [ 53 { 54 "id": "id", 55 "secure": 1, 56 "bidfloor": 0.01, 57 "bidfloorcur": "USD", 58 "banner": { 59 "w": 300, 60 "h": 250 61 }, 62 "ext": { 63 "bidder": { 64 "tokenId": "126151698247", 65 "sspId": "11", 66 "seatId": "2" 67 } 68 } 69 } 70 ], 71 "device": { 72 "ua": "UA", 73 "ip": "123.3.4.123" 74 }, 75 "regs": { 76 "ext": { 77 "gdpr": 0 78 } 79 }, 80 "user": { 81 "id": "userid" 82 }, 83 "site": { 84 "id": "id", 85 "domain": "test,com", 86 "cat": [ 87 "IAB12" 88 ], 89 "publisher": { 90 "id": "pubid" 91 } 92 } 93 }, 94 "impIDs":["id"] 95 }, 96 "mockResponse": { 97 "status": 200, 98 "body": { 99 "id": "id", 100 "bidid": "id", 101 "seatbid": [ 102 { 103 "bid": [ 104 { 105 "mtype": 1, 106 "id": "id", 107 "impid": "id", 108 "price": 0.1, 109 "nurl": "http://test.com/nurl", 110 "burl": "http://test.com/burl", 111 "adm": "<span>Test</span>", 112 "adomain": [ 113 "test.com" 114 ], 115 "cat": [ 116 "IAB1" 117 ], 118 "cid": "cid", 119 "crid": "crid", 120 "w": 300, 121 "h": 250, 122 "ext": { 123 "mediaType": "banner" 124 } 125 } 126 ], 127 "seat": "seat" 128 } 129 ], 130 "cur": "USD" 131 } 132 } 133 } 134 ], 135 "expectedBidResponses": [ 136 { 137 "currency": "USD", 138 "bids": [ 139 { 140 "bid": { 141 "mtype": 1, 142 "id": "id", 143 "impid": "id", 144 "price": 0.1, 145 "nurl": "http://test.com/nurl", 146 "burl": "http://test.com/burl", 147 "adm": "<span>Test</span>", 148 "adomain": [ 149 "test.com" 150 ], 151 "cat": [ 152 "IAB1" 153 ], 154 "cid": "cid", 155 "crid": "crid", 156 "w": 300, 157 "h": 250, 158 "ext": { 159 "mediaType": "banner" 160 } 161 }, 162 "type": "banner" 163 } 164 ] 165 } 166 ] 167 }