github.com/prebid/prebid-server/v2@v2.18.0/adapters/aax/aaxtest/exemplary/multi-format.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "imp": [
     5              {
     6                  "id": "1",
     7                  "banner": {
     8                      "format": [
     9                          {
    10                              "w": 320,
    11                              "h": 50
    12                          }
    13                      ]
    14                  },
    15                  "video": {
    16                      "mimes": [
    17                          "video/mp4"
    18                      ],
    19                      "protocols": [
    20                          2,
    21                          5
    22                      ],
    23                      "w": 320,
    24                      "h": 480
    25                  },
    26                  "ext": {
    27                      "bidder": {
    28                          "cid": "TCID",
    29                          "crid": "1234"
    30                      }
    31                  }
    32              }
    33          ]
    34      },
    35      "httpCalls": [
    36          {
    37              "expectedRequest": {
    38                  "uri": "https://example.aax.media/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
    39                  "body": {
    40                      "id": "test-request-id",
    41                      "imp": [
    42                          {
    43                              "id": "1",
    44                              "banner": {
    45                                  "format": [
    46                                      {
    47                                          "w": 320,
    48                                          "h": 50
    49                                      }
    50                                  ]
    51                              },
    52                              "video": {
    53                                  "mimes": [
    54                                      "video/mp4"
    55                                  ],
    56                                  "protocols": [
    57                                      2,
    58                                      5
    59                                  ],
    60                                  "w": 320,
    61                                  "h": 480
    62                              },
    63                              "ext": {
    64                                  "bidder": {
    65                                      "cid": "TCID",
    66                                      "crid": "1234"
    67                                  }
    68                              }
    69                          }
    70                      ]
    71                  },
    72                  "impIDs":["1"]
    73              },
    74              "mockResponse": {
    75                  "status": 204,
    76                  "body": ""
    77              }
    78          }
    79      ],
    80      "expectedBidResponses": []
    81  }