github.com/prebid/prebid-server@v0.275.0/adapters/lockerdome/lockerdometest/exemplary/simple-banner-multiple.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          "id": "test-imp-id-2",
    23          "banner": {
    24            "format": [
    25              {
    26                "w": 300,
    27                "h": 250
    28              }
    29            ]
    30          },
    31          "ext": {
    32            "bidder": {
    33              "adUnitId": "LD9360401292656742"
    34            }
    35          }
    36        }
    37      ]
    38    },
    39  
    40    "httpCalls": [
    41      {
    42        "expectedRequest": {
    43          "uri": "https://lockerdome.com/ladbid/prebidserver/openrtb2",
    44          "body": {
    45            "id": "test-request-id",
    46            "imp": [
    47              {
    48                "id": "test-imp-id",
    49                "banner": {
    50                  "format": [
    51                    {
    52                      "w": 300,
    53                      "h": 250
    54                    }
    55                  ]
    56                },
    57                "ext": {
    58                  "bidder": {
    59                    "adUnitId": "LD9434769725128806"
    60                  }
    61                }
    62              },
    63              {
    64                "id": "test-imp-id-2",
    65                "banner": {
    66                  "format": [
    67                    {
    68                      "w": 300,
    69                      "h": 250
    70                    }
    71                  ]
    72                },
    73                "ext": {
    74                  "bidder": {
    75                    "adUnitId": "LD9360401292656742"
    76                  }
    77                }
    78              }
    79            ]
    80          }
    81        },
    82        "mockResponse": {
    83          "status": 200,
    84          "body": {
    85            "id": "test-request-id",
    86            "seatbid": [
    87              {
    88                "seat": "lockerdome",
    89                "bid": [
    90                  {
    91                    "id": "729c0d99-3b45-4225-9ad5-64aef2b46df3",
    92                    "impid": "test-imp-id",
    93                    "price": 0.23,
    94                    "adm": "<html>test ad markup #1</html>",
    95                    "crid": "LD12134555163033624",
    96                    "h": 250,
    97                    "w": 300
    98                  },
    99                  {
   100                    "id": "9euij6w8-sj89-6397-6er4-5we9t1a67wkj",
   101                    "impid": "test-imp-id-2",
   102                    "price": 0.5,
   103                    "adm": "<html>test ad markup #2</html>",
   104                    "crid": "LD12258417590730764",
   105                    "h": 250,
   106                    "w": 300
   107                  }
   108                ]
   109              }
   110            ]
   111          }
   112        }
   113      }
   114    ],
   115  
   116    "expectedBidResponses": [
   117      {
   118        "bids": [
   119          {
   120            "bid": {
   121              "id": "729c0d99-3b45-4225-9ad5-64aef2b46df3",
   122              "impid": "test-imp-id",
   123              "price": 0.23,
   124              "adm": "<html>test ad markup #1</html>",
   125              "crid": "LD12134555163033624",
   126              "w": 300,
   127              "h": 250
   128            },
   129            "type": "banner"
   130          },
   131          {
   132            "bid": {
   133              "id": "9euij6w8-sj89-6397-6er4-5we9t1a67wkj",
   134              "impid": "test-imp-id-2",
   135              "price": 0.5,
   136              "adm": "<html>test ad markup #2</html>",
   137              "crid": "LD12258417590730764",
   138              "w": 300,
   139              "h": 250
   140            },
   141            "type": "banner"
   142          }
   143        ]
   144      }
   145    ]
   146  }