github.com/prebid/prebid-server/v2@v2.18.0/adapters/smrtconnect/smrtconnecttest/supplemental/empty-seatbid-array.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some-request-id", 4 "device": { 5 "ua": "test-user-agent", 6 "ip": "123.123.123.123", 7 "language": "en", 8 "dnt": 0 9 }, 10 "tmax": 1000, 11 "user": { 12 "buyeruid": "awesome-user" 13 }, 14 "app": { 15 "publisher": { 16 "id": "123456789" 17 }, 18 "cat": [ 19 "IAB22-1" 20 ], 21 "bundle": "com.app.awesome", 22 "name": "Awesome App", 23 "domain": "awesomeapp.com", 24 "id": "123456789" 25 }, 26 "imp": [ 27 { 28 "id": "some-impression-id", 29 "tagid": "ogTAGID", 30 "video": { 31 "mimes": [ 32 "video/mp4" 33 ], 34 "w": 640, 35 "h": 480, 36 "minduration": 120, 37 "maxduration": 150 38 }, 39 "ext": { 40 "bidder": { 41 "supply_id": "1" 42 } 43 } 44 } 45 ] 46 }, 47 "httpCalls": [ 48 { 49 "expectedRequest": { 50 "uri": "http://test.smrtconnect.com/openrtb2/auction?supply_id=1", 51 "body": { 52 "id": "some-request-id", 53 "device": { 54 "ua": "test-user-agent", 55 "ip": "123.123.123.123", 56 "language": "en", 57 "dnt": 0 58 }, 59 "imp": [ 60 { 61 "id": "some-impression-id", 62 "video": { 63 "mimes": [ 64 "video/mp4" 65 ], 66 "minduration": 120, 67 "maxduration": 150, 68 "w": 640, 69 "h": 480 70 }, 71 "tagid": "ogTAGID" 72 } 73 ], 74 "app": { 75 "id": "123456789", 76 "name": "Awesome App", 77 "bundle": "com.app.awesome", 78 "domain": "awesomeapp.com", 79 "cat": [ 80 "IAB22-1" 81 ], 82 "publisher": { 83 "id": "123456789" 84 } 85 }, 86 "user": { 87 "buyeruid": "awesome-user" 88 }, 89 "tmax": 1000 90 }, 91 "impIDs":["some-impression-id"] 92 }, 93 "mockResponse": { 94 "status": 200, 95 "body": { 96 "id": "awesome-resp-id", 97 "seatbid": [ 98 ], 99 "cur": "USD", 100 "ext": { 101 "responsetimemillis": { 102 "smrtconnect": 154 103 }, 104 "tmaxrequest": 1000 105 } 106 } 107 } 108 } 109 ], 110 "mockResponse": { 111 "status": 200, 112 "body": "invalid response" 113 }, 114 "expectedMakeBidsErrors": [ 115 { 116 "value": "Empty SeatBid array", 117 "comparison": "literal" 118 } 119 ] 120 }