github.com/prebid/prebid-server/v2@v2.18.0/adapters/beachfront/beachfronttest/supplemental/banner-and-adm-video-expected-204-response-on-banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "banner-and-video", 4 "imp": [ 5 { 6 "id": "mix1", 7 "ext": { 8 "bidder": { 9 "appIds": { 10 "banner": "bannerAppId1", 11 "video": "videoAppId1" 12 } 13 } 14 }, 15 "video": { 16 "mimes": [ 17 "video/mp4" 18 ], 19 "context": "instream", 20 "w": 300, 21 "h": 250 22 }, 23 "banner": { 24 "format": [ 25 { 26 "w": 300, 27 "h": 250 28 } 29 ] 30 } 31 } 32 ], 33 "site": { 34 "page": "https://some.domain.us/some/page.html" 35 }, 36 "device":{ 37 "ip":"255.255.255.255" 38 } 39 }, 40 41 "httpCalls": [ 42 { 43 "expectedRequest": { 44 "uri": "https://qa.beachrtb.com/prebid_display", 45 "body": { 46 "slots": [ 47 { 48 "slot": "mix1", 49 "id": "bannerAppId1", 50 "bidfloor": 0, 51 "sizes": [ 52 { 53 "w": 300, 54 "h": 250 55 } 56 ] 57 } 58 ], 59 "domain": "some.domain.us", 60 "page": "https://some.domain.us/some/page.html", 61 "real204": true, 62 "referrer": "", 63 "search": "", 64 "secure": 1, 65 "deviceOs": "", 66 "deviceModel": "", 67 "isMobile": 0, 68 "ua": "", 69 "ip": "255.255.255.255", 70 "dnt": 0, 71 "user": {}, 72 "adapterName": "BF_PREBID_S2S", 73 "adapterVersion": "1.0.0", 74 "requestId": "banner-and-video", 75 "schain": { 76 "complete": 0, 77 "nodes": null, 78 "ver": "" 79 } 80 }, 81 "impIDs":["mix1"] 82 }, 83 "mockResponse": { 84 "status": 204, 85 "body": "" 86 } 87 }, 88 { 89 "expectedRequest": { 90 "uri": "https://qa.beachrtb.com/bid.json?exchange_id=videoAppId1", 91 "body": { 92 "id": "banner-and-video", 93 "imp": [ 94 { 95 "video": { 96 "w": 300, 97 "h": 250, 98 "mimes": [ 99 "video/mp4" 100 ] 101 }, 102 "secure": 1, 103 "id": "mix1" 104 } 105 ], 106 "site": { 107 "domain": "some.domain.us", 108 "page": "https://some.domain.us/some/page.html" 109 }, 110 "device": { 111 "devicetype": 2, 112 "ip": "255.255.255.255" 113 }, 114 "cur": [ 115 "USD" 116 ] 117 }, 118 "impIDs":["mix1"] 119 }, 120 "mockResponse": { 121 "status": 200, 122 "body": { 123 "id": "61b87329-8790-47b7-90dd-c53ae7ce1723", 124 "seatbid": [ 125 { 126 "bid": [ 127 { 128 "id": "5d839458f73decdc1572b7f6", 129 "impid": "mix1", 130 "price": 20, 131 "adm": "<VAST version=\"2.0\"><Ad><Wrapper>http://example.com/vast.xml</Wrapper></Ad></VAST>", 132 "adid": "1088", 133 "adomain": [ 134 "beachfront.io" 135 ], 136 "cid": "277", 137 "crid": "532", 138 "w": 300, 139 "h": 250 140 } 141 ], 142 "seat": "bfb-io-s1" 143 } 144 ], 145 "bidid": "5d839458f73decdc1572b7f6", 146 "cur": "USD" 147 } 148 } 149 } 150 ], 151 152 "expectedBidResponses": [ 153 { 154 "bids": [ 155 { 156 "bid": { 157 "id": "mix1AdmVideo", 158 "impid": "mix1", 159 "price": 20, 160 "adm": "<VAST version=\"2.0\"><Ad><Wrapper>http://example.com/vast.xml</Wrapper></Ad></VAST>", 161 "adid": "1088", 162 "adomain": [ 163 "beachfront.io" 164 ], 165 "cid": "277", 166 "crid": "532", 167 "w": 300, 168 "h": 250 169 }, 170 "type": "video" 171 } 172 ] 173 } 174 ] 175 }