github.com/prebid/prebid-server@v0.275.0/adapters/operaads/operaadstest/supplemental/banner-size-miss.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "site": {
     5        "domain": "good.site",
     6        "page": "https://good.site/url",
     7        "publisher": {
     8          "id": "test-publisher-id"
     9        },
    10        "ext": {
    11          "amp": 0
    12        }
    13      },
    14      "imp": [
    15        {
    16          "id": "test-imp-id",
    17          "banner": {
    18            "format": []
    19          },
    20          "secure": 1,
    21          "ext": {
    22            "bidder": {
    23              "placementId": "s17890",
    24              "endpointId": "ep19979",
    25              "publisherId": "pub456"
    26            }
    27          }
    28        }
    29      ],
    30      "device": {
    31        "os": "android",
    32        "ua": "test-user-agent",
    33        "ip": "123.123.123.123",
    34        "h": 700,
    35        "w": 375
    36      },
    37      "at": 1,
    38      "tmax": 200,
    39      "test": 1,
    40      "source": {
    41        "tid": "283746293874293"
    42      }
    43    },
    44    "expectedMakeRequestsErrors": [
    45      {
    46        "value": "Size information missing for banner",
    47        "comparison": "literal"
    48      }
    49    ]
    50  }