github.com/prebid/prebid-server/v2@v2.18.0/adapters/beachfront/beachfronttest/supplemental/banner-204-with-body.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "some_test_ad",
     4      "site": {
     5        "page": "https://some.domain.us/some/page.html"
     6      },
     7      "imp": [
     8        {
     9          "id": "dudImp",
    10          "bidfloor": 0.02,
    11          "banner": {
    12            "format": [
    13              {
    14                "w": 300,
    15                "h": 250
    16              }
    17            ]
    18          },
    19          "ext": {
    20            "bidder": {
    21              "bidfloor": 0.02,
    22              "appId": "dudAppId1"
    23            }
    24          }
    25        }
    26      ]
    27    },
    28  
    29    "httpCalls": [
    30      {
    31        "expectedRequest": {
    32          "uri": "https://qa.beachrtb.com/prebid_display",
    33          "body": {
    34            "slots": [
    35              {
    36                "slot": "dudImp",
    37                "id": "dudAppId1",
    38                "bidfloor": 0.02,
    39                "sizes": [
    40                  {
    41                    "w": 300,
    42                    "h": 250
    43                  }
    44                ]
    45              }
    46            ],
    47            "domain": "some.domain.us",
    48            "page": "https://some.domain.us/some/page.html",
    49            "real204": true,
    50            "referrer": "",
    51            "search": "",
    52            "secure": 1,
    53            "requestId": "some_test_ad",
    54            "isMobile": 0,
    55            "ip": "",
    56            "deviceModel": "",
    57            "deviceOs": "",
    58            "dnt": 0,
    59            "ua": "",
    60            "adapterName": "BF_PREBID_S2S",
    61            "adapterVersion": "1.0.0",
    62            "user": {
    63            },
    64            "schain": {
    65              "complete": 0,
    66              "nodes": null,
    67              "ver": ""
    68            }
    69          },
    70          "impIDs":["dudImp"]
    71        },
    72        "mockResponse": {
    73          "status": 204,
    74          "body": [
    75            {
    76              "something": "where nothing should be"
    77            }
    78          ]
    79        }
    80      }
    81    ],
    82  
    83    "expectedBidResponses": []
    84  }
    85