github.com/prebid/prebid-server/v2@v2.18.0/adapters/smrtconnect/smrtconnecttest/exemplary/video-web.json (about) 1 { 2 "mockBidRequest": { 3 "id": "some-request-id", 4 "device": { 5 "ua": "test-user-agent", 6 "ip": "123.123.123.123", 7 "language": "en", 8 "dnt": 0 9 }, 10 "tmax": 1000, 11 "user": { 12 "buyeruid": "awesome-user" 13 }, 14 "site": { 15 "page": "test.com", 16 "publisher": { 17 "id": "123456789" 18 } 19 }, 20 "imp": [ 21 { 22 "id": "some-impression-id", 23 "tagid": "ogTAGID", 24 "video": { 25 "mimes": [ 26 "video/mp4" 27 ], 28 "w": 640, 29 "h": 480, 30 "minduration": 120, 31 "maxduration": 150 32 }, 33 "ext": { 34 "bidder": { 35 "supply_id": "1" 36 } 37 } 38 } 39 ] 40 }, 41 "httpCalls": [ 42 { 43 "expectedRequest": { 44 "uri": "http://test.smrtconnect.com/openrtb2/auction?supply_id=1", 45 "body": { 46 "id": "some-request-id", 47 "device": { 48 "ua": "test-user-agent", 49 "ip": "123.123.123.123", 50 "language": "en", 51 "dnt": 0 52 }, 53 "imp": [ 54 { 55 "id": "some-impression-id", 56 "tagid": "ogTAGID", 57 "video": { 58 "mimes": [ 59 "video/mp4" 60 ], 61 "minduration": 120, 62 "maxduration": 150, 63 "w": 640, 64 "h": 480 65 } 66 } 67 ], 68 "site": { 69 "page": "test.com", 70 "publisher": { 71 "id": "123456789" 72 } 73 }, 74 "user": { 75 "buyeruid": "awesome-user" 76 }, 77 "tmax": 1000 78 }, 79 "impIDs":["some-impression-id"] 80 }, 81 "mockResponse": { 82 "status": 200, 83 "body": { 84 "id": "awesome-resp-id", 85 "seatbid": [ 86 { 87 "bid": [ 88 { 89 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 90 "impid": "some-impression-id", 91 "price": 3.5, 92 "adm": "awesome-markup", 93 "adomain": [ 94 "awesome.com" 95 ], 96 "crid": "20", 97 "w": 1280, 98 "h": 720, 99 "mtype": 2, 100 "ext": { 101 "prebid": { 102 "type": "video" 103 } 104 } 105 } 106 ], 107 "seat": "smrtconnect" 108 } 109 ], 110 "cur": "USD", 111 "ext": { 112 "responsetimemillis": { 113 "smrtconnect": 154 114 }, 115 "tmaxrequest": 1000 116 } 117 } 118 } 119 } 120 ], 121 "expectedBidResponses": [ 122 { 123 "bids": [ 124 { 125 "bid": { 126 "id": "a3ae1b4e2fc24a4fb45540082e98e161", 127 "impid": "some-impression-id", 128 "price": 3.5, 129 "adm": "awesome-markup", 130 "adomain": [ 131 "awesome.com" 132 ], 133 "crid": "20", 134 "w": 1280, 135 "h": 720, 136 "mtype": 2, 137 "ext": { 138 "prebid": { 139 "type": "video" 140 } 141 } 142 }, 143 "type":"video" 144 } 145 ] 146 } 147 ] 148 }