github.com/prebid/prebid-server/v2@v2.18.0/adapters/gamma/gammatest/supplemental/status-forbidden.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "app":{
     5      	"id":"test-app-id",
     6      	"name":"test-app-name",
     7      	"bundle":"test-app-bundle"
     8      },
     9  
    10      "device":{
    11      	"ua":"test-device-ua",
    12      	"ip":"test-device-ip",
    13        "ifa":"test-device-ifa",
    14        "model":"test-device-model",
    15        "os":"test-device-os",
    16        "dnt":1
    17      },
    18      "imp": [
    19        {
    20          "id": "test-imp-id",
    21          "banner": {
    22            "format": [
    23              {
    24                "w": 300,
    25                "h": 50
    26              }
    27            ]
    28          },
    29          "ext":{
    30            "bidder":{
    31              "id": "sample-id",
    32              "zid": "sample-zone-id",
    33              "wid": "sample-web-id"
    34             }
    35          }
    36        }
    37      ]
    38    },
    39  
    40    "httpCalls": [
    41      {
    42        "expectedRequest": {
    43          "uri": "https://hb.gammaplatform.com/adx/request/?id=sample-id&zid=sample-zone-id&wid=sample-web-id&bidid=test-imp-id&hb=pbmobile&device_ip=test-device-ip&device_model=test-device-model&device_os=test-device-os&device_ua=test-device-ua&device_ifa=test-device-ifa&app_id=test-app-id&app_bundle=test-app-bundle&app_name=test-app-name",
    44          "impIDs":["test-imp-id"]
    45        },
    46        "mockResponse": {
    47          "status": 403
    48        }
    49      }
    50    ],
    51    "expectedMakeBidsErrors": [
    52      {
    53        "value": "Unexpected status code: 403. Run with request.debug = 1 for more info",
    54        "comparison": "literal"
    55      }
    56    ]
    57  }