github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/video/video_invalid_sample_negative_tmax.json (about)

     1  {
     2      "description": "video request with negative tmax value. Expect error",
     3    
     4      "requestPayload": {
     5        "tmax": -2,
     6        "storedrequestid": "80ce30c53c16e6ede735f123ef6e32361bfc7b22",
     7        "podconfig": {
     8          "durationrangesec": [
     9            30
    10          ],
    11          "requireexactduration": true,
    12          "pods": [{
    13              "podid": 1,
    14              "adpoddurationsec": 180,
    15              "configid": "fba10607-0c12-43d1-ad07-b8a513bc75d6"
    16            },
    17            {
    18              "podid": 2,
    19              "adpoddurationsec": 150,
    20              "configid": "8b452b41-2681-4a20-9086-6f16ffad7773"
    21            }
    22          ]
    23        },
    24        "site": {
    25          "page": "prebid.com"
    26        },
    27        "regs": {
    28          "ext": {
    29            "gdpr": 0
    30          }
    31        },
    32        "user": {
    33          "yob": 1991,
    34          "gender": "F",
    35          "keywords": "Hotels, Travelling",
    36          "ext": {
    37            "prebid": {
    38              "buyeruids": {
    39                "appnexus": "unique_id_an",
    40                "rubicon": "unique_id_rubi"
    41              }
    42            }
    43          }
    44        },
    45        "device": {
    46          "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",
    47          "ip": "123.145.167.10",
    48          "devicetype": 1,
    49          "ifa": "AA000DFE74168477C70D291f574D344790E0BB11",
    50          "lmt": 44,
    51          "os": "mac os",
    52          "w": 640,
    53          "h": 480,
    54          "didsha1": "didsha1",
    55          "didmd5": "didmd5",
    56          "dpidsha1": "dpidsha1",
    57          "dpidmd5": "dpidmd5",
    58          "macsha1": "macsha1",
    59          "macmd5": "macmd5"
    60        },
    61        "includebrandcategory": {
    62          "primaryadserver": 1,
    63          "publisher": ""
    64        },
    65        "video": {
    66          "w": 640,
    67          "h": 480,
    68          "mimes": [
    69            "video/mp4"
    70          ],
    71          "protocols": [
    72            2, 3, 5, 6
    73          ]
    74        },
    75        "content": {
    76          "episode": 6,
    77          "title": "episodeName",
    78          "series": "TvName",
    79          "season": "season3",
    80          "len": 900,
    81          "livestream": 0
    82        },
    83        "cacheconfig": {
    84          "ttl": 42
    85        }
    86      }
    87    }