github.com/prebid/prebid-server/v2@v2.18.0/adapters/imds/imdstest/supplemental/audio_response.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "audio": {
     8            "mimes": ["video/mp4"]
     9          },
    10          "ext": {
    11            "bidder": {
    12              "seatId": "prebid",
    13              "tagId": "demo1"
    14            }
    15          }
    16        }
    17      ]
    18    },
    19  
    20    "httpCalls": [
    21      {
    22        "expectedRequest": {
    23          "uri": "http://pbs.technoratimedia.com/openrtb/bids/prebid?src=pbs-go%2F1.0.0&adapter=imds",
    24          "body": {
    25            "id": "test-request-id",
    26            "ext": {
    27              "seatId": "prebid"
    28            },
    29            "imp": [
    30              {
    31                "id":"test-imp-id",
    32                "tagid": "demo1",
    33                "audio": {
    34                  "mimes": ["video/mp4"]
    35                },
    36                "ext": {
    37                  "bidder": {
    38                    "seatId": "prebid",
    39                    "tagId": "demo1"
    40                  }
    41                }
    42              }
    43            ]
    44          },
    45          "impIDs":["test-imp-id"]
    46        },
    47        "mockResponse": {
    48          "status": 200,
    49          "body": {
    50            "id": "1",
    51            "seatbid": [
    52              {
    53                "bid": [
    54                  {
    55                    "id": "audio-request-id",
    56                    "impid": "test-imp-id"
    57                  }
    58                ]
    59              }
    60            ]
    61          }
    62        }
    63      }
    64    ],
    65    "expectedBidResponses": [
    66      {
    67      }
    68    ]
    69  }