github.com/prebid/prebid-server@v0.275.0/endpoints/openrtb2/sample-requests/amp/valid-supplementary/gdpr-no-consentstring.json (about) 1 { 2 "description": "Amp request comes with a root.regs.ext.gdpr value but is missing GDPR consent string", 3 "query": "tag_id=101", 4 "config": { 5 "mockBidders": [ 6 { 7 "bidderName": "appnexus", 8 "currency": "USD", 9 "price": 3 10 } 11 ] 12 }, 13 "mockBidRequest": { 14 "id": "b9c97a4b-cbc4-483d-b2c4-58a19ed5cfc5", 15 "site": { 16 "page": "prebid.org" 17 }, 18 "imp": [ 19 { 20 "id": "/19968336/header-bid-tag-0", 21 "banner": { 22 "format": [ 23 { 24 "w": 300, 25 "h": 600 26 } 27 ] 28 }, 29 "ext": { 30 "prebid": { 31 "bidder": { 32 "appnexus": { 33 "placementId": 12883451 34 } 35 } 36 } 37 } 38 } 39 ], 40 "regs": { 41 "ext": { 42 "gdpr": 1 43 } 44 } 45 }, 46 "expectedAmpResponse": { 47 "targeting": { 48 "hb_bidder": "appnexus", 49 "hb_bidder_appnexus": "appnexus", 50 "hb_cache_host": "www.pbcserver.com", 51 "hb_cache_host_appnex": "www.pbcserver.com", 52 "hb_cache_id": "0", 53 "hb_cache_id_appnexus": "0", 54 "hb_cache_path": "/pbcache/endpoint", 55 "hb_cache_path_appnex": "/pbcache/endpoint", 56 "hb_pb": "3.00", 57 "hb_pb_appnexus": "3.00" 58 }, 59 "ortb2": { 60 "ext": { 61 "warnings": { 62 "general": [ 63 { 64 "code": 10002, 65 "message": "debug turned off for account" 66 } 67 ] 68 } 69 } 70 } 71 }, 72 "expectedReturnCode": 200 73 }