github.com/prebid/prebid-server/v2@v2.18.0/adapters/liftoff/liftofftest/supplemental/liftoff_ext_check.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "app": { 5 "bundle": "com.prebid" 6 }, 7 "device": { 8 "ifa": "87857b31-8942-4646-ae80-ab9c95bf3fab" 9 }, 10 "imp": [ 11 { 12 "id": "test-imp-id", 13 "video": { 14 "mimes": [ 15 "video/mp4" 16 ], 17 "protocols": [ 18 2, 19 5 20 ], 21 "w": 1024, 22 "h": 576, 23 "ext": { 24 "foo": "bar" 25 } 26 }, 27 "ext": { 28 "bidder": { 29 "app_store_id": "123", 30 "placement_reference_id": "123" 31 } 32 } 33 } 34 ], 35 "user": { 36 "buyeruid": "123" 37 } 38 }, 39 "httpCalls": [ 40 { 41 "expectedRequest": { 42 "uri": "https://liftoff.io/bit/t", 43 "headers": { 44 "Content-Type": ["application/json"], 45 "Accept": ["application/json"], 46 "X-OpenRTB-Version": ["2.5"] 47 }, 48 "body": { 49 "id": "test-request-id", 50 "app": { 51 "id": "123", 52 "bundle": "com.prebid" 53 }, 54 "device": { 55 "ifa": "87857b31-8942-4646-ae80-ab9c95bf3fab" 56 }, 57 "imp": [ 58 { 59 "id": "test-imp-id", 60 "tagid": "123", 61 "video": { 62 "mimes": [ 63 "video/mp4" 64 ], 65 "protocols": [ 66 2, 67 5 68 ], 69 "w": 1024, 70 "h": 576, 71 "ext": { 72 "foo": "bar" 73 } 74 }, 75 "ext": { 76 "prebid": null, 77 "bidder": { 78 "app_store_id": "123", 79 "placement_reference_id": "123" 80 }, 81 "vungle": { 82 "bid_token": "123", 83 "app_store_id": "123", 84 "placement_reference_id": "123" 85 } 86 } 87 } 88 ], 89 "user": { 90 "buyeruid": "123" 91 } 92 }, 93 "impIDs":["test-imp-id"] 94 }, 95 "mockResponse": { 96 "status": 200, 97 "body": { 98 "id": "test-request-id", 99 "seatbid": [ 100 { 101 "seat": "seat-id", 102 "bid": [ 103 { 104 "id": "1", 105 "impid": "test-imp-id", 106 "adid": "11110126", 107 "price": 0.500000, 108 "adm": "some-test-ad", 109 "crid": "test-crid", 110 "h": 250, 111 "w": 300 112 } 113 ] 114 } 115 ], 116 "cur": "USD" 117 } 118 } 119 } 120 ], 121 "expectedBidResponses": [ 122 { 123 "currency":"USD", 124 "bids":[ 125 { 126 "bid": { 127 "id": "1", 128 "impid": "test-imp-id", 129 "adid": "11110126", 130 "price": 0.500000, 131 "adm": "some-test-ad", 132 "crid": "test-crid", 133 "h": 250, 134 "w": 300 135 }, 136 "type": "video", 137 "seat": "seat-id" 138 } 139 ] 140 } 141 ] 142 }