github.com/prebid/prebid-server@v0.275.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        },
    46        "mockResponse": {
    47          "status": 200,
    48          "body": {
    49            "id": "1",
    50            "seatbid": [
    51              {
    52                "bid": [
    53                  {
    54                    "id": "audio-request-id",
    55                    "impid": "test-imp-id"
    56                  }
    57                ]
    58              }
    59            ]
    60          }
    61        }
    62      }
    63    ],
    64    "expectedBidResponses": [
    65      {
    66      }
    67    ]
    68  }