github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/video/video_valid_sample_ccpa_malformed.json (about) 1 { 2 "description": "Video endpoint valid request.", 3 4 "requestPayload": { 5 "storedrequestid": "80ce30c53c16e6ede735f123ef6e32361bfc7b22", 6 "podconfig": { 7 "durationrangesec": [ 8 30 9 ], 10 "requireexactduration": true, 11 "pods": [{ 12 "podid": 1, 13 "adpoddurationsec": 180, 14 "configid": "fba10607-0c12-43d1-ad07-b8a513bc75d6" 15 }, 16 { 17 "podid": 2, 18 "adpoddurationsec": 150, 19 "configid": "8b452b41-2681-4a20-9086-6f16ffad7773" 20 } 21 ] 22 }, 23 "site": { 24 "page": "prebid.com" 25 }, 26 "regs": { 27 "ext": { 28 "gdpr": 0, 29 "us_privacy": "${malformed}" 30 } 31 }, 32 "user": { 33 "buyeruid": "anyId", 34 "yob": 1991, 35 "gender": "F", 36 "keywords": "Hotels, Travelling", 37 "ext": { 38 "prebid": { 39 "buyeruids": { 40 "appnexus": "unique_id_an", 41 "rubicon": "unique_id_rubi" 42 } 43 } 44 } 45 }, 46 "device": { 47 "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2", 48 "ip": "123.145.167.10", 49 "devicetype": 1, 50 "ifa": "AA000DFE74168477C70D291f574D344790E0BB11", 51 "lmt": 44, 52 "os": "mac os", 53 "w": 640, 54 "h": 480, 55 "didsha1": "didsha1", 56 "didmd5": "didmd5", 57 "dpidsha1": "dpidsha1", 58 "dpidmd5": "dpidmd5", 59 "macsha1": "macsha1", 60 "macmd5": "macmd5" 61 }, 62 "includebrandcategory": { 63 "primaryadserver": 1, 64 "publisher": "" 65 }, 66 "video": { 67 "w": 640, 68 "h": 480, 69 "mimes": [ 70 "video/mp4" 71 ], 72 "protocols": [ 73 2, 3, 5, 6 74 ] 75 }, 76 "content": { 77 "episode": 6, 78 "title": "episodeName", 79 "series": "TvName", 80 "season": "season3", 81 "len": 900, 82 "livestream": 0 83 }, 84 "cacheconfig": { 85 "ttl": 42 86 } 87 } 88 }