github.com/prebid/prebid-server/v2@v2.18.0/adapters/audienceNetwork/audienceNetworktest/supplemental/missing-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                  }
    12              ],
    13              "w": 640
    14          },
    15          "ext": {
    16            "bidder": {
    17                "placementId": "plmt1",
    18                "publisherId": "pub1"
    19            }
    20          }
    21        }
    22      ],
    23      "app": {
    24        "id": "app-abc",
    25        "bundle": "com.prebid"
    26      },
    27      "device": {
    28        "ip": "152.193.6.74"
    29      },
    30      "user": {
    31        "id": "db089de9-a62e-4861-a881-0ff15e052516",
    32        "buyeruid": "v4_bidder_token"
    33      },
    34      "tmax": 500
    35    },
    36    "expectedMakeRequestsErrors": [
    37        {
    38            "value": "imp #1: banner height required",
    39            "comparison": "literal"
    40        }
    41    ]
    42  }