github.com/prebid/prebid-server@v0.275.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        },
    69        "mockResponse": {
    70          "status": 200,
    71          "body": {
    72            "id": "test-request-id",
    73            "seatbid": [
    74              {
    75                "bid": [
    76                  {
    77                    "id": "test_bid_id",
    78                    "impid": "test-imp-id",
    79                    "price": 0.27543,
    80                    "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>",
    81                    "cid": "test_cid",
    82                    "crid": "test_crid",
    83                    "dealid": "test_dealid",
    84                    "w": 468,
    85                    "h": 60,
    86                    "ext": {
    87                      "prebid": {
    88                        "type": "banner"
    89                      }
    90                    }
    91                  }
    92                ],
    93                "seat": "decenterads"
    94              }
    95            ],
    96            "cur": "USD"
    97          }
    98        }
    99      }
   100    ],
   101    "expectedBidResponses": [
   102      {
   103        "bids": [
   104          {
   105            "bid": {
   106              "id": "test_bid_id",
   107              "impid": "test-imp-id",
   108              "price": 0.27543,
   109              "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>",
   110              "cid": "test_cid",
   111              "crid": "test_crid",
   112              "dealid": "test_dealid",
   113              "w": 468,
   114              "h": 60,
   115              "ext": {
   116                "prebid": {
   117                  "type": "banner"
   118                }
   119              }
   120            },
   121            "type": "banner"
   122          }
   123        ]
   124      }
   125    ]
   126  }