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