github.com/prebid/prebid-server@v0.275.0/adapters/lockerdome/lockerdometest/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          },
    15          "ext": {
    16            "bidder": {
    17              "adUnitId": "LD9434769725128806"
    18            }
    19          }
    20        }
    21      ]
    22    },
    23  
    24    "httpCalls": [
    25      {
    26        "expectedRequest": {
    27          "uri": "https://lockerdome.com/ladbid/prebidserver/openrtb2",
    28          "body": {
    29            "id": "test-request-id",
    30            "imp": [
    31              {
    32                "id": "test-imp-id",
    33                "banner": {
    34                  "format": [
    35                    {
    36                      "w": 300,
    37                      "h": 250
    38                    }
    39                  ]
    40                },
    41                "ext": {
    42                  "bidder": {
    43                    "adUnitId": "LD9434769725128806"
    44                  }
    45                }
    46              }
    47            ]
    48          }
    49        },
    50        "mockResponse": {
    51          "status": 200,
    52          "body": {
    53            "id": "test-request-id",
    54            "seatbid": [
    55              {
    56                "seat": "lockerdome",
    57                "bid": [
    58                  {
    59                    "id": "729c0d99-3b45-4225-9ad5-64aef2b46df3",
    60                    "impid": "test-imp-id",
    61                    "price": 0.60,
    62                    "adm": "<html>test ad markup</html>",
    63                    "crid": "LD12134555163033624",
    64                    "h": 250,
    65                    "w": 300
    66                  }
    67                ]
    68              }
    69            ]
    70          }
    71        }
    72      }
    73    ],
    74  
    75    "expectedBidResponses": [
    76      {
    77        "bids": [
    78          {
    79            "bid": {
    80              "id": "729c0d99-3b45-4225-9ad5-64aef2b46df3",
    81              "impid": "test-imp-id",
    82              "price": 0.60,
    83              "adm": "<html>test ad markup</html>",
    84              "crid": "LD12134555163033624",
    85              "w": 300,
    86              "h": 250
    87            },
    88            "type": "banner"
    89          }
    90        ]
    91      }
    92    ]
    93  }