github.com/prebid/prebid-server/v2@v2.18.0/adapters/sovrnXsp/sovrnXsptest/exemplary/banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "abc", 4 "app": { 5 "id": "0jqCuiqHfPDHAHrdFfGG", 6 "bundle": "test", 7 "publisher": { 8 "id": "sovrn" 9 } 10 }, 11 "imp": [ 12 { 13 "id": "imp123", 14 "bidfloor": 1.0, 15 "banner": { 16 "format": [ 17 { 18 "w": 300, 19 "h": 250 20 } 21 ], 22 "w": 300, 23 "h": 250 24 }, 25 "ext": { 26 "bidder": { 27 "pub_id": "sovrn", 28 "med_id": "0jqCuiqHfPDHAHrdFfGG", 29 "zone_id": "FgUtQqop18uf1I2fwDie" 30 } 31 } 32 } 33 ] 34 }, 35 36 "httpCalls": [ 37 { 38 "expectedRequest": { 39 "uri": "http://xsp.lijit.com/json/rtb/prebid/server", 40 "body":{ 41 "id": "abc", 42 "app": { 43 "id": "0jqCuiqHfPDHAHrdFfGG", 44 "bundle": "test", 45 "publisher": { 46 "id": "sovrn" 47 } 48 }, 49 "imp": [{ 50 "id": "imp123", 51 "tagid": "FgUtQqop18uf1I2fwDie", 52 "bidfloor": 1.0, 53 "banner": { 54 "format": [{ 55 "w": 300, 56 "h": 250 57 }], 58 "w": 300, 59 "h": 250 60 }, 61 "ext": { 62 "bidder": { 63 "pub_id": "sovrn", 64 "med_id": "0jqCuiqHfPDHAHrdFfGG", 65 "zone_id": "FgUtQqop18uf1I2fwDie" 66 } 67 } 68 }] 69 }, 70 "impIDs":["imp123"] 71 }, 72 "mockResponse": { 73 "status": 200, 74 "body": { 75 "id": "abc", 76 "seatbid": [ 77 { 78 "bid": [ 79 { 80 "adm": "<a href=\"https://smrtb.com\" target=\"_blank\"><img src=\"https://ads.smrtb.com/demo/ads/300x250.png\"/></a>", 81 "crid": "test_banner_crid", 82 "cid": "test_cid", 83 "impid": "imp123", 84 "id": "1", 85 "price": 1.0, 86 "ext": { 87 "creative_type": 0 88 } 89 } 90 ] 91 } 92 ] 93 } 94 } 95 } 96 ], 97 98 "expectedBidResponses": [ 99 { 100 "currency": "USD", 101 "bids": [ 102 { 103 "bid": { 104 "adm": "<a href=\"https://smrtb.com\" target=\"_blank\"><img src=\"https://ads.smrtb.com/demo/ads/300x250.png\"/></a>", 105 "crid": "test_banner_crid", 106 "cid": "test_cid", 107 "impid": "imp123", 108 "price": 1.0, 109 "id": "1", 110 "mtype": 1, 111 "ext": { 112 "creative_type": 0 113 } 114 }, 115 "type": "banner" 116 } 117 ] 118 } 119 ] 120 }