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