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