github.com/prebid/prebid-server/v2@v2.18.0/adapters/adquery/adquerytest/supplemental/data-null.json (about) 1 { 2 "mockBidRequest": { 3 "id": "22e26bd9a702bc", 4 "user": { 5 "id": "d93f2a0e5f0fe2cc3a6e" 6 }, 7 "imp": [ 8 { 9 "id": "1", 10 "tagid": "test-banner-imp-id", 11 "bidder": "adquery", 12 "banner": { 13 "format": [ 14 { 15 "w": 320, 16 "h": 100 17 }, 18 { 19 "w": 300, 20 "h": 250 21 } 22 ] 23 }, 24 "ext": { 25 "bidder": { 26 "placementId": "6d93f2a0e5f0fe2cc3a6e9e3ade964b43b07f897", 27 "type": "banner" 28 } 29 } 30 } 31 ], 32 "bidder": "adquery" 33 }, 34 "httpCalls": [ 35 { 36 "expectedRequest": { 37 "uri": "https://bidder2.adquery.io/prebid/bid", 38 "headers": { 39 "Accept": ["application/json"], 40 "Content-Type": ["application/json;charset=utf-8"], 41 "X-Openrtb-Version": ["2.5"] 42 }, 43 "body": { 44 "adUnitCode": "test-banner-imp-id", 45 "bidder": "adquery", 46 "bidderRequestId": "22e26bd9a702bc", 47 "bidderRequestsCount": 1, 48 "bidId": "22e26bd9a702bc1", 49 "bidIp": "", 50 "bidIpv6": "", 51 "bidPageUrl": "", 52 "bidQid": "d93f2a0e5f0fe2cc3a6e", 53 "bidRequestsCount": 1, 54 "bidUa": "", 55 "placementCode": "6d93f2a0e5f0fe2cc3a6e9e3ade964b43b07f897", 56 "sizes": "320x100,300x250", 57 "type": "banner", 58 "v": "server" 59 }, 60 "impIDs":["1"] 61 }, 62 "mockResponse": { 63 "status": 200, 64 "headers": {}, 65 "body": { 66 "data": null 67 } 68 } 69 } 70 ], 71 "expectedBidResponses": [ 72 { 73 "bids": [] 74 } 75 ] 76 }