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