github.com/prebid/prebid-server/v2@v2.18.0/adapters/sovrn/sovrntest/supplemental/invalid-adunitcode.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 "AdUnitCode": "sovrn_auc", 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 "ext": { 64 "bidder": { 65 "tagid": "123456" 66 } 67 } 68 } 69 ], 70 "site": { 71 "domain": "www.publisher.com", 72 "page": "http://www.publisher.com/awesome/site" 73 }, 74 "user": { 75 "buyeruid": "test_reader_id" 76 }, 77 "device": { } 78 }, 79 "impIDs":["test-imp-id"] 80 }, 81 "mockResponse": { 82 "status": 200, 83 "body": { 84 "id": "test-request-id", 85 "seatbid": [ 86 { 87 "bid": [ 88 { 89 "id": "a_449642_554a13d3b9f348fba707cf83f0f63800", 90 "impid": "test-imp-id", 91 "price": 3.5, 92 "nurl": "http://sovrn.com/rtb/impression?bannerid=138743&campaignid=3699&zoneid=449642&cb=69493397&tid=a_449642_554a13d3b9f348fba707cf83f0f63800", 93 "adm": "some-test-ad", 94 "w": 300, 95 "h": 250 96 } 97 ] 98 } 99 ] 100 } 101 } 102 } 103 ], 104 105 "expectedBidResponses": [ 106 { 107 "currency": "USD", 108 "bids": [ 109 { 110 "bid": { 111 "id": "a_449642_554a13d3b9f348fba707cf83f0f63800", 112 "impid": "test-imp-id", 113 "price": 3.5, 114 "adm": "some-test-ad", 115 "nurl": "http://sovrn.com/rtb/impression?bannerid=138743&campaignid=3699&zoneid=449642&cb=69493397&tid=a_449642_554a13d3b9f348fba707cf83f0f63800", 116 "w": 300, 117 "h": 250 118 }, 119 "type": "banner" 120 } 121 ] 122 } 123 ] 124 }