github.com/prebid/prebid-server/v2@v2.18.0/adapters/sovrn/sovrntest/supplemental/blank-device.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 "impIDs":["test-imp-id"] 79 }, 80 "mockResponse": { 81 "status": 200, 82 "body": { 83 "id": "test-request-id", 84 "seatbid": [ 85 { 86 "bid": [ 87 { 88 "id": "a_449642_554a13d3b9f348fba707cf83f0f63800", 89 "impid": "test-imp-id", 90 "price": 3.5, 91 "nurl": "http://sovrn.com/rtb/impression?bannerid=138743&campaignid=3699&zoneid=449642&cb=69493397&tid=a_449642_554a13d3b9f348fba707cf83f0f63800", 92 "adm": "some-test-ad", 93 "w": 300, 94 "h": 250 95 } 96 ] 97 } 98 ] 99 } 100 } 101 } 102 ], 103 104 "expectedBidResponses": [ 105 { 106 "currency": "USD", 107 "bids": [ 108 { 109 "bid": { 110 "id": "a_449642_554a13d3b9f348fba707cf83f0f63800", 111 "impid": "test-imp-id", 112 "price": 3.5, 113 "adm": "some-test-ad", 114 "nurl": "http://sovrn.com/rtb/impression?bannerid=138743&campaignid=3699&zoneid=449642&cb=69493397&tid=a_449642_554a13d3b9f348fba707cf83f0f63800", 115 "w": 300, 116 "h": 250 117 }, 118 "type": "banner" 119 } 120 ] 121 } 122 ] 123 }