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