github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/ccpa-nosale-any-bidder.json (about) 1 { 2 "enforceCcpa": 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 "regs": { 29 "ext": { 30 "us_privacy": "1-Y-" 31 } 32 }, 33 "ext": { 34 "prebid": { 35 "nosale": [ 36 "*" 37 ] 38 } 39 }, 40 "user": { 41 "buyeruid": "some-buyer-id" 42 } 43 } 44 }, 45 "outgoingRequests": { 46 "appnexus": { 47 "expectRequest": { 48 "ortbRequest": { 49 "id": "some-request-id", 50 "site": { 51 "page": "test.somepage.com" 52 }, 53 "imp": [ 54 { 55 "id": "my-imp-id", 56 "video": { 57 "mimes": [ 58 "video/mp4" 59 ] 60 }, 61 "ext": { 62 "bidder": { 63 "placementId": 1 64 } 65 } 66 } 67 ], 68 "regs": { 69 "ext": { 70 "us_privacy": "1-Y-" 71 } 72 }, 73 "user": { 74 "buyeruid": "some-buyer-id" 75 } 76 } 77 }, 78 "mockResponse": { 79 "errors": [ 80 "appnexus-error" 81 ] 82 } 83 } 84 } 85 }