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