github.com/prebid/prebid-server/v2@v2.18.0/adapters/axis/axistest/exemplary/simple-web-banner.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "imp": [
     5              {
     6                  "id": "test-imp-id",
     7                  "tagid": "test",
     8                  "banner": {
     9                      "format": [
    10                          {
    11                              "w": 300,
    12                              "h": 250
    13                          },
    14                          {
    15                              "w": 300,
    16                              "h": 600
    17                          }
    18                      ]
    19                  },
    20                  "ext": {
    21                      "bidder": {
    22                          "integration": "000000",
    23                          "token": "000000"
    24                      }
    25                  }
    26              }
    27          ],
    28          "site": {
    29              "id": "1",
    30              "domain": "test.com"
    31          },
    32          "device": {
    33              "ip": "123.123.123.123",
    34              "ua": "Ubuntu"
    35          }
    36      },
    37      "httpCalls": [
    38          {
    39              "expectedRequest": {
    40                  "uri": "http://prebid.axis-marketplace.com/pbserver",
    41                  "body": {
    42                      "id": "test-request-id",
    43                      "imp": [
    44                          {
    45                              "id": "test-imp-id",
    46                              "tagid": "test",
    47                              "banner": {
    48                                  "format": [
    49                                      {
    50                                          "w": 300,
    51                                          "h": 250
    52                                      },
    53                                      {
    54                                          "w": 300,
    55                                          "h": 600
    56                                      }
    57                                  ]
    58                              },
    59                              "ext": {
    60                                  "bidder": {
    61                                      "integration": "000000",
    62                                      "token": "000000"
    63                                  }
    64                              }
    65                          }
    66                      ],
    67                      "site": {
    68                          "id": "1",
    69                          "domain": "test.com"
    70                      },
    71                      "device": {
    72                          "ip": "123.123.123.123",
    73                          "ua": "Ubuntu"
    74                      }
    75                  },
    76                  "impIDs":["test-imp-id"]
    77              },
    78              "mockResponse": {
    79                  "status": 200,
    80                  "body": {
    81                      "id": "test-request-id",
    82                      "seatbid": [
    83                          {
    84                              "bid": [
    85                                  {
    86                                      "id": "test_bid_id",
    87                                      "impid": "test-imp-id",
    88                                      "price": 0.27543,
    89                                      "adm": "<span>Test</span>",
    90                                      "cid": "test_cid",
    91                                      "crid": "test_crid",
    92                                      "dealid": "test_dealid",
    93                                      "w": 468,
    94                                      "h": 60,
    95                                      "ext": {
    96                                          "prebid": {
    97                                              "type": "banner"
    98                                          }
    99                                      }
   100                                  }
   101                              ],
   102                              "seat": "seat"
   103                          }
   104                      ],
   105                      "cur": "USD"
   106                  }
   107              }
   108          }
   109      ],
   110      "expectedBidResponses": [
   111          {
   112              "bids": [
   113                  {
   114                      "bid": {
   115                          "id": "test_bid_id",
   116                          "impid": "test-imp-id",
   117                          "price": 0.27543,
   118                          "adm": "<span>Test</span>",
   119                          "cid": "test_cid",
   120                          "crid": "test_crid",
   121                          "dealid": "test_dealid",
   122                          "w": 468,
   123                          "h": 60,
   124                          "ext": {
   125                              "prebid": {
   126                                  "type": "banner"
   127                              }
   128                          }
   129                      },
   130                      "type": "banner"
   131                  }
   132              ]
   133          }
   134      ]
   135  }