github.com/prebid/prebid-server/v2@v2.18.0/adapters/frvradn/frvradntest/supplemental/missing_bid_ext.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-banner-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 600 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "ad_unit_id": "56f94390-e632-46e3-8e0f-e399d7d6e10d", 18 "publisher_id": "96ce87c5-1c9d-4456-a093-9d8162e54b44" 19 } 20 } 21 } 22 ] 23 }, 24 "httpCalls": [ 25 { 26 "expectedRequest": { 27 "uri": "https://fran.frvr.com/api/v1/openrtb", 28 "body": { 29 "id": "test-request-id", 30 "imp": [ 31 { 32 "id": "test-banner-id", 33 "banner": { 34 "format": [ 35 { 36 "w": 300, 37 "h": 600 38 } 39 ] 40 }, 41 "ext": { 42 "ad_unit_id": "56f94390-e632-46e3-8e0f-e399d7d6e10d", 43 "publisher_id": "96ce87c5-1c9d-4456-a093-9d8162e54b44" 44 } 45 } 46 ] 47 }, 48 "impIDs":["test-banner-id"] 49 }, 50 "mockResponse": { 51 "status": 200, 52 "body": { 53 "id": "test-request-id", 54 "seatbid": [ 55 { 56 "seat": "test-seat", 57 "bid": [ 58 { 59 "id": "ec174d08-4c15-4ea0-95cc-e55bb5bfa0f9\n\n", 60 "impid": "random-imp", 61 "price": 0.50, 62 "adm": "a creative", 63 "adid": "9999", 64 "adomain": ["advertiser.com"], 65 "crid": "9999", 66 "w": 300, 67 "h": 600 68 } 69 ] 70 } 71 ] 72 } 73 } 74 } 75 ], 76 "expectedBidResponses": [{"currency":"USD","bids":[]}], 77 "expectedMakeBidsErrors": [ 78 { 79 "value": "unable to deserialize imp random-imp bid.ext", 80 "comparison": "literal" 81 } 82 ] 83 }