github.com/prebid/prebid-server/v2@v2.18.0/adapters/deepintent/deepintenttest/exemplary/simple-web-banner.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": "1", 20 "displaymanager": "di_prebid", 21 "displaymanagerver": "2.0.0", 22 "ext": { 23 "bidder": { 24 "tagId": "1" 25 } 26 } 27 } 28 ], 29 "site": { 30 "id": "1", 31 "domain": "test.com" 32 }, 33 "device": { 34 "ip": "123.123.123.123" 35 } 36 }, 37 38 "httpCalls": [ 39 { 40 "expectedRequest": { 41 "uri": "https://prebid.deepintent.com/prebid", 42 "body": { 43 "id": "test-request-id", 44 "imp": [ 45 { 46 "id": "test-imp-id", 47 "banner": { 48 "format": [ 49 { 50 "w": 300, 51 "h": 250 52 }, 53 { 54 "w": 300, 55 "h": 600 56 } 57 ], 58 "h":250, 59 "w":300 60 }, 61 "tagid": "1", 62 "displaymanager": "di_prebid", 63 "displaymanagerver": "2.0.0", 64 "ext": { 65 "bidder": { 66 "tagId": "1" 67 } 68 } 69 } 70 ], 71 "site": { 72 "id": "1", 73 "domain": "test.com" 74 }, 75 "device": { 76 "ip": "123.123.123.123" 77 } 78 }, 79 "impIDs":["test-imp-id"] 80 }, 81 "mockResponse": { 82 "status": 200, 83 "body": { 84 "id": "test-request-id", 85 "seatbid": [ 86 { 87 "bid": [ 88 { 89 "id": "test_bid_id", 90 "impid": "test-imp-id", 91 "price": 0.27543, 92 "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://pub.admanmedia.com/?c=o&m=adm&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>", 93 "cid": "test_cid", 94 "crid": "test_crid", 95 "dealid": "test_dealid", 96 "w": 468, 97 "h": 60, 98 "ext": { 99 "prebid": { 100 "type": "banner" 101 } 102 } 103 } 104 ], 105 "seat": "adman" 106 } 107 ], 108 "cur": "USD" 109 } 110 } 111 } 112 ], 113 114 "expectedBidResponses": [ 115 { 116 "bids":[ 117 { 118 "bid": { 119 "id": "test_bid_id", 120 "impid": "test-imp-id", 121 "price": 0.27543, 122 "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://pub.admanmedia.com/?c=o&m=adm&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>", 123 "cid": "test_cid", 124 "crid": "test_crid", 125 "dealid": "test_dealid", 126 "w": 468, 127 "h": 60, 128 "ext": { 129 "prebid": { 130 "type": "banner" 131 } 132 } 133 }, 134 "type": "banner" 135 } 136 ] 137 } 138 ] 139 } 140