github.com/prebid/prebid-server@v0.275.0/adapters/bidmyadz/bidmyadztest/supplemental/missing-mediatype.json (about) 1 { 2 "mockBidRequest": { 3 "id": "12345", 4 "imp": [{ 5 "id": "1", 6 "secure": 1, 7 "bidfloor": 0.31, 8 "bidfloorcur": "USD", 9 "banner": { 10 "w": 300, 11 "h": 250 12 }, 13 "ext": { 14 "bidder": { 15 "placementId": "tbanner" 16 } 17 } 18 }], 19 "device": { 20 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", 21 "geo": { 22 "country": "USA", 23 "lat": 47.627500, 24 "lon": -122.346200 25 }, 26 "ip": "18.146.18.241", 27 "devicetype": 2 28 }, 29 "user": { 30 "id": "a66e61ff8c2ab5460ecf156c4b892fd84d41fad5" 31 }, 32 "site": { 33 "id": "banner", 34 "domain": "test.com", 35 "cat": ["IAB1"], 36 "page": "https://test.com", 37 "publisher": { 38 "id": "1" 39 } 40 } 41 }, 42 43 "httpCalls": [ 44 { 45 "expectedRequest": { 46 "uri": "http://endpoint.bidmyadz.com/c0f68227d14ed938c6c49f3967cbe9bc", 47 "body": { 48 "id": "12345", 49 "imp": [{ 50 "id": "1", 51 "secure": 1, 52 "bidfloor": 0.31, 53 "bidfloorcur": "USD", 54 "banner": { 55 "w": 300, 56 "h": 250 57 }, 58 "ext": { 59 "bidder": { 60 "placementId": "tbanner" 61 } 62 } 63 }], 64 "device": { 65 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", 66 "geo": { 67 "country": "USA", 68 "lat": 47.627500, 69 "lon": -122.346200 70 }, 71 "ip": "18.146.18.241", 72 "devicetype": 2 73 }, 74 "user": { 75 "id": "a66e61ff8c2ab5460ecf156c4b892fd84d41fad5" 76 }, 77 "site": { 78 "id": "banner", 79 "domain": "test.com", 80 "cat": ["IAB1"], 81 "page": "https://test.com", 82 "publisher": { 83 "id": "1" 84 } 85 } 86 } 87 }, 88 "mockResponse": { 89 "status": 200, 90 "body": { 91 "id": "d910ceef496ff2d746176506e296f4b3_z53356_a126365", 92 "bidid": "880184da7ec02b1f42802acb46b63b3c", 93 "seatbid": [{ 94 "bid": [{ 95 "id": "6ca51ef38eb42820d27503ee96b634b5", 96 "impid": "126365", 97 "price": 0.1, 98 "nurl": "http://test.com/nurl", 99 "burl": "http://test.com/burl", 100 "adm": "<ADM>", 101 "adomain": ["test.com"], 102 "cat": ["IAB1"], 103 "cid": "1", 104 "crid": "1", 105 "w": 300, 106 "h": 250 107 }], 108 "seat": "1" 109 }], 110 "cur": "USD" 111 } 112 } 113 } 114 ], 115 116 "expectedMakeBidsErrors": [ 117 { 118 "value": "BidExt parsing error. unexpected end of JSON input", 119 "comparison": "literal" 120 } 121 ] 122 }