github.com/prebid/prebid-server/v2@v2.18.0/adapters/sspBC/sspbctest/supplemental/status_204.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request",
     4          "imp": [
     5              {
     6                  "id": "slot",
     7                  "ext": {
     8                      "bidder": {
     9                          "siteId": "237503",
    10                          "id": "005"
    11                      }
    12                  },
    13                  "secure": 1,
    14                  "banner": {
    15                      "format": [
    16                          {
    17                              "w": 300,
    18                              "h": 250
    19                          }
    20                      ]
    21                  }
    22              }
    23          ],
    24          "site": {
    25              "id": "237503",
    26              "domain": "test.page",
    27              "page": "https://test.page/",
    28              "ref": "https://test.referer/"
    29          },
    30          "regs": {
    31              "ext": {
    32                  "gdpr": 1
    33              }
    34          },
    35          "user": {
    36              "ext": {
    37                  "consent": "test_consent"
    38              },
    39              "buyeruid": "test_user"
    40          }
    41      },
    42      "httpCalls": [
    43          {
    44              "expectedRequest": {
    45                  "uri": "http://ssp.wp.test/bidder/?bdver=5.8&inver=4",
    46                  "body": {
    47                      "id": "test-request",
    48                      "imp": [
    49                          {
    50                              "id": "005",
    51                              "banner": {
    52                                  "format": [
    53                                      {
    54                                          "w": 300,
    55                                          "h": 250
    56                                      }
    57                                  ]
    58                              },
    59                              "tagid": "slot",
    60                              "secure": 1,
    61                              "ext": {
    62                                  "data": {
    63                                      "pbslot": "slot",
    64                                      "pbsize": "300x250"
    65                                  }
    66                              }
    67                          }
    68                      ],
    69                      "site": {
    70                          "id": "237503",
    71                          "domain": "test.page",
    72                          "page": "https://test.page/",
    73                          "ref": "https://test.referer/"
    74                      },
    75                      "user": {
    76                          "ext": {
    77                              "consent": "test_consent"
    78                          },
    79                          "buyeruid": "test_user"
    80                      },
    81                      "regs": {
    82                          "ext": {
    83                              "gdpr": 1
    84                          }
    85                      }
    86                  },
    87                  "impIDs":["slot"]
    88              },
    89              "mockResponse": {
    90                  "status": 204,
    91                  "body": {}
    92              }
    93          }
    94      ],
    95      "expectedBidResponses": []
    96  }