github.com/prebid/prebid-server/v2@v2.18.0/adapters/sovrn/sovrntest/supplemental/with-only-default-bidfloor.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 600 16 } 17 ] 18 }, 19 "bidfloor": 1.69, 20 "ext": { 21 "bidder": { 22 "tagid": "123456" 23 } 24 } 25 } 26 ], 27 "device": { }, 28 "site": { 29 "domain": "www.publisher.com", 30 "page": "http://www.publisher.com/awesome/site" 31 }, 32 "user": { 33 "buyeruid": "test_reader_id" 34 } 35 }, 36 37 "httpCalls": [ 38 { 39 "expectedRequest": { 40 "headers": { 41 "Content-Type": ["application/json"], 42 "Cookie": ["ljt_reader=test_reader_id"] 43 }, 44 "uri": "http://sovrn.com/test/endpoint", 45 "body": { 46 "id": "test-request-id", 47 "imp": [ 48 { 49 "id": "test-imp-id", 50 "banner": { 51 "format": [ 52 { 53 "w": 300, 54 "h": 250 55 }, 56 { 57 "w": 300, 58 "h": 600 59 } 60 ] 61 }, 62 "tagid": "123456", 63 "bidfloor": 1.69, 64 "ext": { 65 "bidder": { 66 "tagid": "123456" 67 } 68 } 69 } 70 ], 71 "site": { 72 "domain": "www.publisher.com", 73 "page": "http://www.publisher.com/awesome/site" 74 }, 75 "user": { 76 "buyeruid": "test_reader_id" 77 }, 78 "device": { } 79 }, 80 "impIDs":["test-imp-id"] 81 }, 82 "mockResponse": { 83 "status": 200, 84 "body": { 85 "id": "test-request-id", 86 "seatbid": [ 87 { 88 "bid": [ 89 { 90 "id": "a_449642_554a13d3b9f348fba707cf83f0f63800", 91 "impid": "test-imp-id", 92 "price": 3.5, 93 "nurl": "http://sovrn.com/rtb/impression?bannerid=138743&campaignid=3699&zoneid=449642&cb=69493397&tid=a_449642_554a13d3b9f348fba707cf83f0f63800", 94 "adm": "some-test-ad", 95 "w": 300, 96 "h": 250 97 } 98 ] 99 } 100 ] 101 } 102 } 103 } 104 ], 105 106 "expectedBidResponses": [ 107 { 108 "currency": "USD", 109 "bids": [ 110 { 111 "bid": { 112 "id": "a_449642_554a13d3b9f348fba707cf83f0f63800", 113 "impid": "test-imp-id", 114 "price": 3.5, 115 "adm": "some-test-ad", 116 "nurl": "http://sovrn.com/rtb/impression?bannerid=138743&campaignid=3699&zoneid=449642&cb=69493397&tid=a_449642_554a13d3b9f348fba707cf83f0f63800", 117 "w": 300, 118 "h": 250 119 }, 120 "type": "banner" 121 } 122 ] 123 } 124 ] 125 }