github.com/prebid/prebid-server@v0.275.0/adapters/pwbid/pwbidtest/exemplary/banner.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id-banner",
     4      "imp": [
     5        {
     6          "id": "test-imp-id-banner",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 728,
    11                "h": 90
    12              }
    13            ]
    14          },
    15          "ext": {
    16            "bidder": {
    17              "siteId": "3943fa"
    18            }
    19          }
    20        }
    21      ]
    22    },
    23    "httpCalls": [
    24      {
    25        "expectedRequest": {
    26          "uri": "https://bidder.east2.pubwise.io/bid/pubwisedirect",
    27          "body": {
    28            "id": "test-request-id-banner",
    29            "imp": [
    30              {
    31                "id": "test-imp-id-banner",
    32                "banner": {
    33                  "format": [
    34                    {
    35                      "w": 728,
    36                      "h": 90
    37                    }
    38                  ]
    39                },
    40                "ext": {
    41                  "bidder": {
    42                    "siteId": "3943fa"
    43                  }
    44                }
    45              }
    46            ]
    47          }
    48        },
    49        "mockResponse": {
    50          "status": 200,
    51          "body": {
    52            "id": "test-request-id-banner",
    53            "seatbid": [
    54              {
    55                "seat": "pwbid",
    56                "bid": [
    57                  {
    58                    "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    59                    "impid": "test-imp-id-banner",
    60                    "price": 0.500000,
    61                    "adm": "some-test-ad-banner",
    62                    "crid": "crid_10",
    63                    "w": 728,
    64                    "h": 90
    65                  }
    66                ]
    67              }
    68            ],
    69            "cur": "USD"
    70          }
    71        }
    72      }
    73    ],
    74    "expectedBidResponses": [
    75      {
    76        "currency": "USD",
    77        "bids": [
    78          {
    79            "bid": {
    80              "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    81              "impid": "test-imp-id-banner",
    82              "price": 0.5,
    83              "adm": "some-test-ad-banner",
    84              "crid": "crid_10",
    85              "w": 728,
    86              "h": 90
    87            },
    88            "type": "banner"
    89          }
    90        ]
    91      }
    92    ]
    93  }