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