github.com/prebid/prebid-server/v2@v2.18.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          "impIDs":["test-imp-id","test-imp-id-2"]
    82        },
    83        "mockResponse": {
    84          "status": 200,
    85          "body": {
    86            "id": "test-request-id",
    87            "seatbid": [
    88              {
    89                "seat": "lockerdome",
    90                "bid": [
    91                  {
    92                    "id": "729c0d99-3b45-4225-9ad5-64aef2b46df3",
    93                    "impid": "test-imp-id",
    94                    "price": 0.23,
    95                    "adm": "<html>test ad markup #1</html>",
    96                    "crid": "LD12134555163033624",
    97                    "h": 250,
    98                    "w": 300
    99                  },
   100                  {
   101                    "id": "9euij6w8-sj89-6397-6er4-5we9t1a67wkj",
   102                    "impid": "test-imp-id-2",
   103                    "price": 0.5,
   104                    "adm": "<html>test ad markup #2</html>",
   105                    "crid": "LD12258417590730764",
   106                    "h": 250,
   107                    "w": 300
   108                  }
   109                ]
   110              }
   111            ]
   112          }
   113        }
   114      }
   115    ],
   116  
   117    "expectedBidResponses": [
   118      {
   119        "bids": [
   120          {
   121            "bid": {
   122              "id": "729c0d99-3b45-4225-9ad5-64aef2b46df3",
   123              "impid": "test-imp-id",
   124              "price": 0.23,
   125              "adm": "<html>test ad markup #1</html>",
   126              "crid": "LD12134555163033624",
   127              "w": 300,
   128              "h": 250
   129            },
   130            "type": "banner"
   131          },
   132          {
   133            "bid": {
   134              "id": "9euij6w8-sj89-6397-6er4-5we9t1a67wkj",
   135              "impid": "test-imp-id-2",
   136              "price": 0.5,
   137              "adm": "<html>test ad markup #2</html>",
   138              "crid": "LD12258417590730764",
   139              "w": 300,
   140              "h": 250
   141            },
   142            "type": "banner"
   143          }
   144        ]
   145      }
   146    ]
   147  }