github.com/prebid/prebid-server/v2@v2.18.0/adapters/unruly/unrulytest/supplemental/status-code-204.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            ],
    11            "minduration": 1,
    12            "maxduration": 2,
    13            "protocols": [1,3,5],
    14            "w": 1020,
    15            "h": 780,
    16            "startdelay": 1,
    17            "placement": 1,
    18            "playbackmethod": [2],
    19            "delivery": [1],
    20            "api": [1,2,3,4]
    21          },
    22          "ext": {
    23            "bidder": {
    24              "siteId": 72721,
    25              "siteid": 0
    26            }
    27          }
    28        }
    29      ]
    30    },
    31    "httpCalls": [
    32      {
    33        "expectedRequest": {
    34          "uri": "http://targeting.unrulymedia.com/unruly_prebid_server",
    35          "body": {
    36            "id": "test-request-id",
    37            "imp": [
    38              {
    39                "id": "test-imp-id",
    40                "video": {
    41                  "mimes": [
    42                    "video/mp4"
    43                  ],
    44                  "minduration": 1,
    45                  "maxduration": 2,
    46                  "protocols": [1,3,5],
    47                  "w": 1020,
    48                  "h": 780,
    49                  "startdelay": 1,
    50                  "placement": 1,
    51                  "playbackmethod": [2],
    52                  "delivery": [1],
    53                  "api": [1,2,3,4]
    54                },
    55                "ext": {
    56                  "bidder": {
    57                    "siteId": 72721,
    58                    "siteid": 0
    59                  }
    60                }
    61              }
    62            ]
    63          },
    64          "impIDs":["test-imp-id"]
    65        },
    66        "mockResponse": {
    67          "status": 204
    68        }
    69      }
    70    ],
    71    "expectedBidResponses": []
    72  }