github.com/prebid/prebid-server/v2@v2.18.0/adapters/edge226/edge226test/supplemental/status-204.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              },
    13              {
    14                "w": 300,
    15                "h": 600
    16              }
    17            ]
    18          },
    19          "ext": {
    20            "bidder": {
    21              "placementId": "test"
    22            }
    23          }
    24        }
    25      ],
    26      "app": {
    27        "id": "1",
    28        "bundle": "com.wls.testwlsapplication"
    29      },
    30      "device": {
    31        "ip": "123.123.123.123",
    32        "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
    33      }
    34    },
    35    "httpCalls": [{
    36      "expectedRequest": {
    37        "uri": "http://test.com/pserver",
    38        "body": {
    39          "id": "test-request-id",
    40          "imp": [
    41            {
    42              "id": "test-imp-id",
    43              "banner": {
    44                "format": [
    45                  {
    46                    "w": 300,
    47                    "h": 250
    48                  },
    49                  {
    50                    "w": 300,
    51                    "h": 600
    52                  }
    53                ]
    54              },
    55              "ext": {
    56                "bidder": {
    57                  "placementId": "test",
    58                  "type": "publisher"
    59                }
    60              }
    61            }
    62          ],
    63          "app": {
    64            "id": "1",
    65            "bundle": "com.wls.testwlsapplication"
    66          },
    67          "device": {
    68            "ip": "123.123.123.123",
    69            "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
    70          }
    71        },
    72        "impIDs":["test-imp-id"]
    73      },
    74      "mockResponse": {
    75        "status": 204,
    76        "body": {}
    77      }
    78    }],
    79    "expectedBidResponses": []
    80  }