github.com/prebid/prebid-server@v0.275.0/adapters/logicad/logicadtest/supplemental/responseNoBid.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "testid",
     4      "imp": [
     5        {
     6          "id": "testimpid",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              },
    13              {
    14                "w": 320,
    15                "h": 50
    16              }
    17            ]
    18          },
    19          "ext": {
    20            "bidder": {
    21              "tid": "testtid"
    22            }
    23          }
    24        }
    25      ],
    26      "site": {
    27        "id": "test"
    28      }
    29    },
    30    "httpCalls": [
    31      {
    32        "expectedRequest": {
    33          "uri": "https://localhost/adrequest/prebidserver",
    34          "body": {
    35            "id": "testid",
    36            "imp": [
    37              {
    38                "id": "testimpid",
    39                "tagid": "testtid",
    40                "banner": {
    41                  "format": [
    42                    {
    43                      "w": 300,
    44                      "h": 250
    45                    },
    46                    {
    47                      "w": 320,
    48                      "h": 50
    49                    }
    50                  ]
    51                }
    52              }
    53            ],
    54            "site": {
    55              "id": "test"
    56            }
    57          }
    58        },
    59        "mockResponse": {
    60          "status": 204,
    61          "body": {}
    62        }
    63      }
    64    ],
    65    "expectedBidResponses": []
    66  }