github.com/prebid/prebid-server/v2@v2.18.0/adapters/sovrn/sovrntest/video/no-bid.json (about)

     1  {
     2    "mockBidRequest": {
     3    "id": "test-request-id",
     4    "imp": [
     5      {
     6        "id": "test-imp-id",
     7        "video": {
     8          "mimes": [
     9            "video/mp4",
    10            "video/3gpp",
    11            "video/x-ms-wmv"
    12          ],
    13          "minduration": 5,
    14          "maxduration": 30,
    15          "protocols": [
    16            4,
    17            5,
    18            6,
    19            8
    20          ]
    21        },
    22        "ext": {
    23          "bidder": {
    24            "tagid": "123456"
    25          }
    26        }
    27      }
    28    ],
    29    "device": {
    30      "ua": "test-user-agent",
    31      "ip": "123.123.123.123",
    32      "language": "en",
    33      "dnt": 0
    34    },
    35    "site": {
    36      "domain": "www.publisher.com",
    37      "page": "http://www.publisher.com/awesome/site"
    38    },
    39    "user": {
    40      "buyeruid": "test_reader_id"
    41    }
    42  },
    43    "httpCalls": [
    44      {
    45        "expectedRequest":
    46        {
    47          "Accept": [
    48            "application/json"
    49          ],
    50          "headers": {
    51            "Content-Type": [
    52              "application/json"
    53            ],
    54            "User-Agent": [
    55              "test-user-agent"
    56            ],
    57            "X-Forwarded-For": [
    58              "123.123.123.123"
    59            ],
    60            "Accept-Language": [
    61              "en"
    62            ],
    63            "Dnt": [
    64              "0"
    65            ],
    66            "Cookie": [
    67              "ljt_reader=test_reader_id"
    68            ]
    69          },
    70          "uri": "http://sovrn.com/test/endpoint",
    71          "body": {
    72            "id": "test-request-id",
    73            "imp": [
    74              {
    75                "id": "test-imp-id",
    76                "video": {
    77                  "mimes": [
    78                    "video/mp4",
    79                    "video/3gpp",
    80                    "video/x-ms-wmv"
    81                  ],
    82                  "minduration": 5,
    83                  "maxduration": 30,
    84                  "protocols": [
    85                    4,
    86                    5,
    87                    6,
    88                    8
    89                  ]
    90                },
    91                "tagid": "123456",
    92                "ext": {
    93                  "bidder": {
    94                    "tagid": "123456"
    95                  }
    96                }
    97              }
    98            ],
    99            "site": {
   100              "domain": "www.publisher.com",
   101              "page": "http://www.publisher.com/awesome/site"
   102            },
   103            "user": {
   104              "buyeruid": "test_reader_id"
   105            },
   106            "device": {
   107              "ua": "test-user-agent",
   108              "ip": "123.123.123.123",
   109              "dnt": 0,
   110              "language": "en"
   111            }
   112          },
   113          "impIDs":["test-imp-id"]
   114        },
   115        "mockResponse": {
   116          "status": 200,
   117          "body": {
   118            "id": "test-request-id"
   119          }
   120        }
   121      }
   122    ],
   123  
   124    "expectedBidResponses": [{}]
   125  }