github.com/prebid/prebid-server@v0.275.0/endpoints/openrtb2/sample-requests/video/video_valid_sample_with_device_user_agent.json (about) 1 { 2 "description": "Video endpoint valid request with 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 "device": { 44 "ua": "TestHeaderSample", 45 "ip": "123.145.167.10", 46 "devicetype": 1, 47 "ifa": "AA000DFE74168477C70D291f574D344790E0BB11", 48 "lmt": 44, 49 "os": "mac os", 50 "w": 640, 51 "h": 480, 52 "didsha1": "didsha1", 53 "didmd5": "didmd5", 54 "dpidsha1": "dpidsha1", 55 "dpidmd5": "dpidmd5", 56 "macsha1": "macsha1", 57 "macmd5": "macmd5" 58 }, 59 "includebrandcategory": { 60 "primaryadserver": 1, 61 "publisher": "" 62 }, 63 "video": { 64 "w": 640, 65 "h": 480, 66 "mimes": [ 67 "video/mp4" 68 ], 69 "protocols": [ 70 2, 3, 5, 6 71 ] 72 }, 73 "content": { 74 "episode": 6, 75 "title": "episodeName", 76 "series": "TvName", 77 "season": "season3", 78 "len": 900, 79 "livestream": 0 80 }, 81 "cacheconfig": { 82 "ttl": 42 83 } 84 } 85 }