github.com/prebid/prebid-server@v0.275.0/adapters/audienceNetwork/audienceNetworktest/supplemental/invalid-banner-height.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-req-id",
     4      "imp": [
     5        {
     6          "id": "1",
     7          "banner": {
     8              "format": [
     9                  {
    10                      "w": 640,
    11                      "h": 480
    12                  }
    13              ],
    14              "w": 640,
    15              "h": 480
    16          },
    17          "ext": {
    18            "bidder": {
    19                "placementId": "plmt1",
    20                "publisherId": "pub1"
    21            }
    22          }
    23        }
    24      ],
    25      "app": {
    26        "id": "app-abc",
    27        "bundle": "com.prebid"
    28      },
    29      "device": {
    30        "ip": "152.193.6.74"
    31      },
    32      "user": {
    33        "id": "db089de9-a62e-4861-a881-0ff15e052516",
    34        "buyeruid": "v4_bidder_token"
    35      },
    36      "tmax": 500
    37    },
    38    "expectedMakeRequestsErrors": [
    39        {
    40            "value": "imp #1: only banner heights 50 and 250 are supported",
    41            "comparison": "literal"
    42        }
    43    ]
    44  }