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