github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/schain-host-and-request.json (about) 1 { 2 "host_schain_flag": true, 3 "incomingRequest": { 4 "ortbRequest": { 5 "id": "some-request-id", 6 "site": { 7 "page": "test.somepage.com" 8 }, 9 "imp": [ 10 { 11 "id": "my-imp-id", 12 "video": { 13 "mimes": [ 14 "video/mp4" 15 ] 16 }, 17 "ext": { 18 "prebid": { 19 "bidder": { 20 "appnexus": { 21 "placementId": 1 22 } 23 } 24 } 25 } 26 } 27 ], 28 "ext": { 29 "prebid": { 30 "bidadjustmentfactors": null, 31 "schains": [ 32 { 33 "bidders": [ 34 "appnexus" 35 ], 36 "schain": { 37 "complete": 1, 38 "nodes": [ 39 { 40 "asi": "whatever.com", 41 "sid": "1234", 42 "rid": "123-456-7890", 43 "hp": 1 44 } 45 ], 46 "ver": "2.0" 47 } 48 } 49 ], 50 "debug": true, 51 "nosale": [ 52 "appnexus" 53 ] 54 } 55 } 56 } 57 }, 58 "outgoingRequests": { 59 "appnexus": { 60 "expectRequest": { 61 "ortbRequest": { 62 "id": "some-request-id", 63 "site": { 64 "page": "test.somepage.com" 65 }, 66 "imp": [ 67 { 68 "id": "my-imp-id", 69 "video": { 70 "mimes": [ 71 "video/mp4" 72 ] 73 }, 74 "ext": { 75 "bidder": { 76 "placementId": 1 77 } 78 } 79 } 80 ], 81 "ext": { 82 "prebid": { 83 "debug": true 84 } 85 }, 86 "source": { 87 "ext": { 88 "schain": { 89 "complete": 1, 90 "nodes": [ 91 { 92 "asi": "whatever.com", 93 "sid": "1234", 94 "rid": "123-456-7890", 95 "hp": 1 96 }, 97 { 98 "asi": "pbshostcompany.com", 99 "sid": "00001", 100 "rid": "BidRequest", 101 "hp": 1 102 } 103 ], 104 "ver": "2.0" 105 } 106 } 107 } 108 }, 109 "bidAdjustment": 1.0 110 } 111 } 112 } 113 }