github.com/prebid/prebid-server@v0.275.0/adapters/admixer/admixertest/exemplary/simple-app-video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "app": { 5 "bundle": "com.prebid" 6 }, 7 "device": { 8 "ifa":"ec943cb9-61ec-460f-a925-6489c3fcc4e3" 9 }, 10 "imp": [ 11 { 12 "id": "test-imp-id", 13 "video": { 14 "mimes": [ 15 "video/mp4" 16 ], 17 "protocols": [ 18 2, 19 3, 20 5, 21 6 22 ], 23 "w": 1024, 24 "h": 576 25 }, 26 "ext": { 27 "bidder": { 28 "zone": "ac7fa772-d7be-48cc-820b-e21728e434fe" 29 } 30 } 31 } 32 ] 33 }, 34 "httpCalls": [ 35 { 36 "expectedRequest": { 37 "uri": "http://inv-nets.admixer.net/pbs.aspx", 38 "body": { 39 "id": "test-request-id", 40 "app": { 41 "bundle": "com.prebid" 42 }, 43 "device": { 44 "ifa":"ec943cb9-61ec-460f-a925-6489c3fcc4e3" 45 }, 46 "imp": [ 47 { 48 "id": "test-imp-id", 49 "video": { 50 "mimes": [ 51 "video/mp4" 52 ], 53 "protocols": [ 54 2, 55 3, 56 5, 57 6 58 ], 59 "w": 1024, 60 "h": 576 61 }, 62 "tagid": "ac7fa772-d7be-48cc-820b-e21728e434fe" 63 } 64 ] 65 } 66 }, 67 "mockResponse": { 68 "status": 200, 69 "body": { 70 "id": "test-request-id", 71 "cur": "USD", 72 "seatbid": [ 73 { 74 "seat": "admixer", 75 "bid": [ 76 { 77 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 78 "impid": "test-imp-id", 79 "price": 0.500000, 80 "adm": "some-test-ad", 81 "crid": "test-crid", 82 "w": 1024, 83 "h": 576 84 } 85 ] 86 } 87 ] 88 } 89 } 90 } 91 ], 92 "expectedBidResponses": [ 93 { 94 "currency": "USD", 95 "bids": [ 96 { 97 "bid": { 98 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 99 "impid": "test-imp-id", 100 "price": 0.5, 101 "adm": "some-test-ad", 102 "crid": "test-crid", 103 "w": 1024, 104 "h": 576 105 }, 106 "type": "video" 107 } 108 ] 109 } 110 ] 111 }