github.com/prebid/prebid-server/v2@v2.18.0/adapters/adtelligent/adtelligenttest/supplemental/explicit-dimensions.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              }
    13            ],
    14            "w": 100,
    15            "h": 400
    16          },
    17          "ext": {
    18            "bidder": {
    19              "aid": 1000
    20            }
    21          }
    22        }
    23      ]
    24    },
    25    "httpCalls": [
    26      {
    27        "expectedRequest": {
    28          "uri": "http://ghb.adtelligent.com/pbs/ortb?aid=1000",
    29          "body": {
    30            "id": "test-request-id",
    31            "imp": [
    32              {
    33                "id": "test-imp-id",
    34                "banner": {
    35                  "format": [
    36                    {
    37                      "w": 300,
    38                      "h": 250
    39                    }
    40                  ],
    41                  "w": 100,
    42                  "h": 400
    43                },
    44                "ext": {
    45                  "adtelligent": {
    46                   "aid": 1000
    47                  }
    48                }
    49              }
    50            ]
    51          },
    52          "impIDs":["test-imp-id"]
    53        },
    54        "mockResponse": {
    55          "status": 204
    56        }
    57      }
    58    ],
    59    "expectedBidResponses": []
    60  }