github.com/prebid/prebid-server/v2@v2.18.0/adapters/axonix/axonixtest/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              "supplyId": "supply-test"
    22            }
    23          }
    24        },
    25        {
    26          "id": "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              "supplyId": "supply-test"
    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              "supplyId": "supply-test"
    48            }
    49          }
    50        }
    51      ]
    52    },
    53    "httpCalls": [
    54      {
    55        "expectedRequest": {
    56          "uri": "https://axonix.com/supply/prebid-server/supply-test",
    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                },
    74                "ext": {
    75                  "bidder": {
    76                    "supplyId": "supply-test"
    77                  }
    78                }
    79              },
    80              {
    81                "id": "native-imp",
    82                "native": {
    83                  "ver": "1.1",
    84                  "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}}]}"
    85                },
    86                "ext": {
    87                  "bidder": {
    88                    "supplyId": "supply-test"
    89                  }
    90                }
    91              },
    92              {
    93                "id": "test-imp-video-id",
    94                "video": {
    95                  "mimes": ["video/mp4"],
    96                  "protocols": [2, 5],
    97                  "w": 1024,
    98                  "h": 576
    99                },
   100                "ext": {
   101                  "bidder": {
   102                    "supplyId": "supply-test"
   103                  }
   104                }
   105              }
   106            ]
   107          },
   108          "impIDs":["test-imp-id","native-imp","test-imp-video-id"]
   109        },
   110        "mockResponse": {
   111          "status": 200,
   112          "body": {
   113            "id": "test-request-id",
   114            "seatbid": [
   115              {
   116                "seat": "958",
   117                "bid": [{
   118                  "id": "7706636740145184841",
   119                  "impid": "test-imp-video-id",
   120                  "price": 0.500000,
   121                  "adid": "29681110",
   122                  "adm": "some-test-ad",
   123                  "adomain": ["axonix.com"],
   124                  "cid": "958",
   125                  "crid": "29681110",
   126                  "h": 576,
   127                  "w": 1024
   128                }]
   129              }
   130            ],
   131            "bidid": "5778926625248726496",
   132            "cur": "USD"
   133          }
   134        }
   135      }
   136    ],
   137  
   138    "expectedBidResponses": [
   139      {
   140        "bids": [{
   141          "bid": {
   142            "id": "7706636740145184841",
   143            "impid": "test-imp-video-id",
   144            "price": 0.5,
   145            "adm": "some-test-ad",
   146            "adid": "29681110",
   147            "adomain": ["axonix.com"],
   148            "cid": "958",
   149            "crid": "29681110",
   150            "w": 1024,
   151            "h": 576
   152          },
   153          "type": "video"
   154        }]
   155      }
   156    ]
   157  
   158  }