github.com/prebid/prebid-server/v2@v2.18.0/adapters/liftoff/liftofftest/supplemental/response_code_non_200.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          "video": {
    14            "mimes": [
    15              "video/mp4"
    16            ],
    17            "protocols": [
    18              2,
    19              5
    20            ],
    21            "w": 1024,
    22            "h": 576,
    23            "ext": {
    24              "foo": "bar"
    25            }
    26          },
    27          "ext": {
    28            "bidder": {
    29              "app_store_id": "123",
    30              "placement_reference_id": "123"
    31            }
    32          }
    33        }
    34      ],
    35      "user": {
    36        "buyeruid": "123"
    37      }
    38    },
    39    "httpCalls": [
    40      {
    41        "expectedRequest": {
    42          "uri": "https://liftoff.io/bit/t",
    43          "headers": {
    44            "Content-Type": ["application/json"],
    45            "Accept": ["application/json"],
    46            "X-OpenRTB-Version": ["2.5"]
    47          },
    48          "body": {
    49            "id": "test-request-id",
    50            "app": {
    51              "id": "123",
    52              "bundle": "com.prebid"
    53            },
    54            "device": {
    55              "ifa": "87857b31-8942-4646-ae80-ab9c95bf3fab"
    56            },
    57            "imp": [
    58              {
    59                "id": "test-imp-id",
    60                "tagid": "123",
    61                "video": {
    62                  "mimes": [
    63                    "video/mp4"
    64                  ],
    65                  "protocols": [
    66                    2,
    67                    5
    68                  ],
    69                  "w": 1024,
    70                  "h": 576,
    71                  "ext": {
    72                    "foo": "bar"
    73                  }
    74                },
    75                "ext": {
    76                  "prebid": null,
    77                  "bidder": {
    78                    "app_store_id": "123",
    79                    "placement_reference_id": "123"
    80                  },
    81                  "vungle": {
    82                    "bid_token": "123",
    83                    "app_store_id": "123",
    84                    "placement_reference_id": "123"
    85                  }
    86                }
    87              }
    88            ],
    89            "user": {
    90              "buyeruid": "123"
    91            }
    92          },
    93          "impIDs":["test-imp-id"]
    94        },
    95        "mockResponse": {
    96          "status": 403,
    97          "body": {}
    98        }
    99      }
   100    ],
   101    "expectedBidResponses": [],
   102    "expectedMakeBidsErrors": [
   103      {
   104        "value": "Unexpected status code: 403.*",
   105        "comparison": "regex"
   106      }
   107    ]
   108  }