github.com/prebid/prebid-server@v0.275.0/adapters/boldwin/boldwintest/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                          "placementId": "test"
    23                      }
    24                  }
    25              }
    26          ],
    27          "site": {
    28              "id": "1",
    29              "domain": "test.com"
    30          },
    31          "device": {
    32              "ip": "123.123.123.123",
    33              "ua": "Ubuntu"
    34          }
    35      },
    36      "httpCalls": [
    37          {
    38              "expectedRequest": {
    39                  "uri": "http://ssp.videowalldirect.com/pserver",
    40                  "body": {
    41                      "id": "test-request-id",
    42                      "imp": [
    43                          {
    44                              "id": "test-imp-id",
    45                              "tagid": "test",
    46                              "banner": {
    47                                  "format": [
    48                                      {
    49                                          "w": 300,
    50                                          "h": 250
    51                                      },
    52                                      {
    53                                          "w": 300,
    54                                          "h": 600
    55                                      }
    56                                  ]
    57                              },
    58                              "ext": {
    59                                  "bidder": {
    60                                      "placementId": "test",
    61                                      "type": "publisher"
    62                                  }
    63                              }
    64                          }
    65                      ],
    66                      "site": {
    67                          "id": "1",
    68                          "domain": "test.com"
    69                      },
    70                      "device": {
    71                          "ip": "123.123.123.123",
    72                          "ua": "Ubuntu"
    73                      }
    74                  }
    75              },
    76              "mockResponse": {
    77                  "status": 200,
    78                  "body": {
    79                      "id": "test-request-id",
    80                      "seatbid": [
    81                          {
    82                              "bid": [
    83                                  {
    84                                      "id": "test_bid_id",
    85                                      "impid": "test-imp-id",
    86                                      "price": 0.27543,
    87                                      "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"http://ssp.videowalldirect.com/pserver&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>",
    88                                      "cid": "test_cid",
    89                                      "crid": "test_crid",
    90                                      "dealid": "test_dealid",
    91                                      "w": 468,
    92                                      "h": 60,
    93                                      "ext": {
    94                                          "prebid": {
    95                                              "type": "banner"
    96                                          }
    97                                      }
    98                                  }
    99                              ],
   100                              "seat": "boldwin"
   101                          }
   102                      ],
   103                      "cur": "USD"
   104                  }
   105              }
   106          }
   107      ],
   108      "expectedBidResponses": [
   109          {
   110              "bids": [
   111                  {
   112                      "bid": {
   113                          "id": "test_bid_id",
   114                          "impid": "test-imp-id",
   115                          "price": 0.27543,
   116                          "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"http://ssp.videowalldirect.com/pserver&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>",
   117                          "cid": "test_cid",
   118                          "crid": "test_crid",
   119                          "dealid": "test_dealid",
   120                          "w": 468,
   121                          "h": 60,
   122                          "ext": {
   123                              "prebid": {
   124                                  "type": "banner"
   125                              }
   126                          }
   127                      },
   128                      "type": "banner"
   129                  }
   130              ]
   131          }
   132      ]
   133  }