github.com/prebid/prebid-server/v2@v2.18.0/adapters/gothamads/gothamadstest/supplemental/status-code-service-unavailable.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "some-request-id",
     4      "tmax": 1000,
     5      "user": {
     6        "buyeruid": "awesome-user"
     7      },
     8      "site": {
     9        "page": "test.com",
    10        "publisher": {
    11          "id": "123456789"
    12        }
    13      },
    14      "imp": [
    15        {
    16          "id": "some-impression-id",
    17          "tagid": "ogTAGID",
    18          "video": {
    19            "mimes": [
    20              "video/mp4"
    21            ],
    22            "w": 640,
    23            "h": 480,
    24            "minduration": 120,
    25            "maxduration": 150
    26          },
    27          "ext": {
    28            "bidder": {
    29              "accountId": "accountId"
    30            }
    31          }
    32        }
    33      ]
    34    },
    35    "httpCalls": [
    36      {
    37        "expectedRequest": {
    38          "uri": "http://us-e-node1.gothamads.com/?pass=accountId",
    39          "body": {
    40            "id": "some-request-id",
    41            "imp": [
    42              {
    43                "id": "some-impression-id",
    44                "tagid": "ogTAGID",
    45                "video": {
    46                  "mimes": [
    47                    "video/mp4"
    48                  ],
    49                  "minduration": 120,
    50                  "maxduration": 150,
    51                  "w": 640,
    52                  "h": 480
    53                }
    54              }
    55            ],
    56            "site": {
    57              "page": "test.com",
    58              "publisher": {
    59                "id": "123456789"
    60              }
    61            },
    62            "user": {
    63              "buyeruid": "awesome-user"
    64            },
    65            "tmax": 1000
    66          },
    67          "impIDs":["some-impression-id"]
    68        },
    69        "mockResponse": {
    70          "status": 503
    71        }
    72      }
    73    ],
    74    "expectedBidResponses": [],
    75    "expectedMakeBidsErrors": [
    76      {
    77        "value": "Something went wrong Status Code: [ 503 ] ",
    78        "comparison": "literal"
    79      }
    80    ]
    81  }