github.com/prebid/prebid-server/v2@v2.18.0/adapters/gamoshi/gamoshitest/exemplary/banner-and-audio.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": 300,
    15                "h": 600
    16              }
    17            ]
    18          },
    19          "ext": {
    20            "bidder": {
    21              "supplyPartnerId": "1707"
    22            }
    23          }
    24        },
    25        {
    26          "id": "unsupported-audio-imp",
    27          "audio": {
    28            "mimes": [
    29              "video/mp4"
    30            ]
    31          },
    32          "ext": {
    33            "bidder": {
    34              "supplyPartnerId": "1707"
    35            }
    36          }
    37        }
    38      ]
    39    },
    40    "httpCalls": [
    41      {
    42        "expectedRequest": {
    43          "uri": "https://rtb.gamoshi.io/r/1707/bidr?bidder=prebid-server",
    44          "body": {
    45            "id": "test-request-id",
    46            "imp": [
    47              {
    48                "id": "test-imp-id",
    49                "banner": {
    50                  "format": [
    51                    {
    52                      "w": 300,
    53                      "h": 250
    54                    },
    55                    {
    56                      "w": 300,
    57                      "h": 600
    58                    }
    59                  ],
    60                  "w": 300,
    61                  "h": 250
    62                 },
    63                "ext": {
    64                  "bidder": {
    65                    "supplyPartnerId": "1707"
    66                  }
    67                }
    68              }
    69            ]
    70          },
    71          "impIDs":["test-imp-id"]
    72        },
    73        "mockResponse": {
    74          "status": 200,
    75          "body": {
    76            "id": "test-request-id",
    77            "seatbid": [
    78              {
    79                "seat": "958",
    80                "bid": [{
    81                  "id": "7706636740145184841",
    82                  "impid": "test-imp-id",
    83                  "price": 0.500000,
    84                  "adid": "29681110",
    85                  "adm": "some-test-ad",
    86                  "adomain": ["gamoshi.com"],
    87                  "cid": "958",
    88                  "crid": "29681110",
    89                  "h": 250,
    90                  "w": 300
    91                }]
    92              }
    93            ],
    94            "bidid": "5778926625248726496",
    95            "cur": "USD"
    96          }
    97        }
    98      }
    99    ],
   100  
   101    "expectedBidResponses": [
   102      {
   103        "bids": [{
   104          "bid": {
   105            "id": "7706636740145184841",
   106            "impid": "test-imp-id",
   107            "price": 0.5,
   108            "adm": "some-test-ad",
   109            "adid": "29681110",
   110            "adomain": ["gamoshi.com"],
   111            "cid": "958",
   112            "crid": "29681110",
   113            "w": 300,
   114            "h": 250
   115          },
   116          "type": "banner"
   117        }]
   118      }
   119    ]
   120  
   121  }