github.com/prebid/prebid-server/v2@v2.18.0/adapters/orbidder/orbiddertest/supplemental/no-content-response.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "app": {
     5              "bundle": "com.prebid"
     6          },
     7          "device": {
     8              "ifa":"87857b31-8942-4646-ae80-ab9c95bf3fab"
     9          },
    10          "imp": [
    11              {
    12                  "id": "test-imp-id",
    13                  "banner": {
    14                      "format": [
    15                          {
    16                              "w": 300,
    17                              "h": 250
    18                          }
    19                      ]
    20                  },
    21                  "ext": {
    22                      "bidder": {
    23                          "accountId": "orbidder-test",
    24                          "placementId": "test-placement",
    25                          "bidfloor": 0.1
    26                      }
    27                  }
    28              }
    29          ]
    30      },
    31      "httpCalls": [
    32          {
    33              "expectedRequest": {
    34                  "uri": "https://orbidder-test",
    35                  "body": {
    36                      "id": "test-request-id",
    37                      "app": {
    38                          "bundle": "com.prebid"
    39                      },
    40                      "device": {
    41                          "ifa":"87857b31-8942-4646-ae80-ab9c95bf3fab"
    42                      },
    43                      "imp": [
    44                          {
    45                              "id": "test-imp-id",
    46                              "banner": {
    47                                  "format": [
    48                                      {
    49                                          "w": 300,
    50                                          "h": 250
    51                                      }
    52                                  ]
    53                              },
    54                              "bidfloorcur": "EUR",
    55                              "ext": {
    56                                  "bidder": {
    57                                      "accountId": "orbidder-test",
    58                                      "placementId": "test-placement",
    59                                      "bidfloor": 0.1
    60                                  }
    61                              }
    62                          }
    63                      ]
    64                  },
    65                  "impIDs":["test-imp-id"]
    66              },
    67              "mockResponse": {
    68                  "status": 204,
    69                  "body": {
    70                  }
    71              }
    72          }
    73      ],
    74      "expectedBidResponses": []
    75  }