github.com/prebid/prebid-server/v2@v2.18.0/adapters/deepintent/deepintenttest/supplemental/wrongimp.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 600 16 } 17 ] 18 }, 19 "tagid": "16", 20 "displaymanager": "di_prebid", 21 "displaymanagerver": "2.0.0", 22 "ext": { 23 "bidder": { 24 "tagId": "16" 25 } 26 } 27 } 28 ], 29 "app": { 30 "id": "1", 31 "bundle": "com.wls.testwlsapplication" 32 }, 33 "device": { 34 "ip": "123.123.123.123", 35 "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx" 36 } 37 }, 38 39 "httpCalls": [ 40 { 41 "expectedRequest": { 42 "uri": "https://prebid.deepintent.com/prebid", 43 "body": { 44 "id": "test-request-id", 45 "imp": [ 46 { 47 "id": "test-imp-id", 48 "banner": { 49 "format": [ 50 { 51 "w": 300, 52 "h": 250 53 }, 54 { 55 "w": 300, 56 "h": 600 57 } 58 ], 59 "h":250, 60 "w":300 61 }, 62 "tagid": "16", 63 "displaymanager": "di_prebid", 64 "displaymanagerver": "2.0.0", 65 "ext": { 66 "bidder": { 67 "tagId": "16" 68 } 69 } 70 } 71 ], 72 "app": { 73 "id": "1", 74 "bundle": "com.wls.testwlsapplication" 75 }, 76 "device": { 77 "ip": "123.123.123.123", 78 "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx" 79 } 80 }, 81 "impIDs":["test-imp-id"] 82 }, 83 "mockResponse": { 84 "status": 200, 85 "body": { 86 "id": "test-request-id", 87 "seatbid": [ 88 { 89 "bid": [ 90 { 91 "id": "test_bid_id", 92 "impid": "test-imp-id1", 93 "price": 0.27543, 94 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://pub.admanmedia.com/?c=o&m=adm&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 95 "cid": "test_cid", 96 "crid": "test_crid", 97 "dealid": "test_dealid", 98 "w": 300, 99 "h": 250, 100 "ext": { 101 "prebid": { 102 "type": "banner" 103 } 104 } 105 } 106 ], 107 "seat": "adman" 108 } 109 ], 110 "cur": "USD" 111 } 112 } 113 } 114 ], 115 "expectedBidResponses": [{"currency":"USD","bids":[]}], 116 "expectedMakeBidsErrors": [ 117 { 118 "value": "Failed to find impression test-imp-id1 ", 119 "comparison": "literal" 120 } 121 ] 122 } 123