github.com/prebid/prebid-server@v0.275.0/endpoints/openrtb2/sample-requests/video/video_valid_sample_without_device_user_agent.json (about) 1 { 2 "description": "Video endpoint valid request without device data.", 3 4 "requestPayload": { 5 "podconfig": { 6 "durationrangesec": [ 7 30 8 ], 9 "requireexactduration": true, 10 "pods": [{ 11 "podid": 1, 12 "adpoddurationsec": 180, 13 "configid": "fba10607-0c12-43d1-ad07-b8a513bc75d6" 14 }, 15 { 16 "podid": 2, 17 "adpoddurationsec": 150, 18 "configid": "8b452b41-2681-4a20-9086-6f16ffad7773" 19 } 20 ] 21 }, 22 "site": { 23 "page": "prebid.com" 24 }, 25 "regs": { 26 "ext": { 27 "gdpr": 0 28 } 29 }, 30 "user": { 31 "yob": 1991, 32 "gender": "F", 33 "keywords": "Hotels, Travelling", 34 "ext": { 35 "prebid": { 36 "buyeruids": { 37 "appnexus": "unique_id_an", 38 "rubicon": "unique_id_rubi" 39 } 40 } 41 } 42 }, 43 "includebrandcategory": { 44 "primaryadserver": 1, 45 "publisher": "" 46 }, 47 "video": { 48 "w": 640, 49 "h": 480, 50 "mimes": [ 51 "video/mp4" 52 ], 53 "protocols": [ 54 2, 3, 5, 6 55 ] 56 }, 57 "content": { 58 "episode": 6, 59 "title": "episodeName", 60 "series": "TvName", 61 "season": "season3", 62 "len": 900, 63 "livestream": 0 64 }, 65 "cacheconfig": { 66 "ttl": 42 67 } 68 } 69 }