github.com/prebid/prebid-server@v0.275.0/adapters/beachfront/beachfronttest/supplemental/bidder_response_unmarshal_error_banner.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some_test_ad", 4 "site": { 5 "page": "https://some.domain.us/some/page.html" 6 }, 7 "imp": [ 8 { 9 "banner": { 10 "format": [ 11 { 12 "w": 300, 13 "h": 250 14 } 15 ] 16 }, 17 "ext": { 18 "bidder": { 19 "appId": "bannerAppId1" 20 } 21 } 22 } 23 ] 24 }, 25 "httpCalls": [ 26 { 27 "expectedRequest": { 28 "uri": "https://qa.beachrtb.com/prebid_display", 29 "body": { 30 "slots": [ 31 { 32 "slot": "", 33 "id": "bannerAppId1", 34 "bidfloor": 0, 35 "sizes": [ 36 { 37 "w": 300, 38 "h": 250 39 } 40 ] 41 } 42 ], 43 "domain": "some.domain.us", 44 "page": "https://some.domain.us/some/page.html", 45 "real204": true, 46 "referrer": "", 47 "search": "", 48 "secure": 1, 49 "requestId": "some_test_ad", 50 "isMobile": 0, 51 "ip": "", 52 "deviceModel": "", 53 "deviceOs": "", 54 "dnt": 0, 55 "ua": "", 56 "adapterName": "BF_PREBID_S2S", 57 "adapterVersion": "1.0.0", 58 "user": {}, 59 "schain": { 60 "complete": 0, 61 "nodes": null, 62 "ver": "" 63 } 64 } 65 }, 66 "mockResponse": { 67 "status": 200, 68 "body": { 69 "wrong": "very very wrong.", 70 "alsoWrong": "not even close to right." 71 } 72 } 73 } 74 ], 75 "expectedMakeBidsErrors": [ 76 { 77 "value": "server response failed to unmarshal as valid rtb. Run with request.debug = 1 for more info", 78 "comparison": "literal" 79 } 80 ] 81 }