github.com/prebid/prebid-server@v0.275.0/adapters/flipp/flipptest/supplemental/bad-response.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "test": 1, 5 "device": { 6 "ip": "123.123.123.123" 7 }, 8 "site": { 9 "id": "1243066", 10 "page": "http://www.example.com/test?flipp-content-code=publisher-test" 11 }, 12 "user": { 13 "id": "1234" 14 }, 15 "imp": [ 16 { 17 "id": "test-imp-id", 18 "tagid": "test", 19 "banner": { 20 "format": [ 21 { 22 "w": 300, 23 "h": 1800 24 } 25 ] 26 }, 27 "ext": { 28 "bidder": { 29 "publisherNameIdentifier": "wishabi-test-publisher", 30 "creativeType": "NativeX", 31 "siteId": 1243066, 32 "zoneIds": [285431] 33 } 34 } 35 } 36 ] 37 }, 38 "httpCalls": [{ 39 "expectedRequest": { 40 "uri": "http://example.com/pserver", 41 "body": { 42 "ip":"123.123.123.123", 43 "keywords":[ 44 "" 45 ], 46 "placements":[ 47 { 48 "adTypes":[ 49 4309, 50 641 51 ], 52 "count":1, 53 "divName":"inline", 54 "prebid":{ 55 "creativeType":"NativeX", 56 "height":1800, 57 "publisherNameIdentifier":"wishabi-test-publisher", 58 "requestId":"test-imp-id", 59 "width":300 60 }, 61 "properties":{ 62 "contentCode":"publisher-test" 63 }, 64 "options":{}, 65 "siteId":1243066, 66 "zoneIds":[ 67 285431 68 ] 69 } 70 ], 71 "url":"http://www.example.com/test?flipp-content-code=publisher-test", 72 "user":{ 73 "key":"1234" 74 } 75 } 76 }, 77 "mockResponse": { 78 "status": 200, 79 "body": "" 80 } 81 }], 82 "expectedMakeBidsErrors": [ 83 { 84 "value": "json: cannot unmarshal string into Go value of type flipp.CampaignResponseBody", 85 "comparison": "literal" 86 } 87 ] 88 }