github.com/prebid/prebid-server@v0.275.0/adapters/engagebdr/engagebdrtest/exemplary/multi-banner.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "w": 300,
     9            "h": 250
    10          },
    11          "ext": {
    12              "bidder": {
    13                  "sspid": "99999"
    14              }
    15          }
    16        },
    17        {
    18          "id": "test-imp-id-2",
    19          "banner": {
    20            "w": 320,
    21            "h": 50 
    22          },
    23          "ext": {
    24              "bidder": {
    25                  "sspid": "99999"
    26              }
    27          }
    28        }
    29      ]
    30    },
    31  
    32    "httpCalls": [
    33      {
    34        "expectedRequest": {
    35          "uri": "http://dsp.bnmla.com/hb?zoneid=99999",
    36          "body":{
    37            "id": "test-request-id",
    38            "imp": [
    39            {
    40              "id": "test-imp-id",
    41              "banner": {
    42                "w": 300,
    43                "h": 250
    44              },
    45              "ext": {
    46                  "bidder": {
    47                      "sspid":"99999"
    48                  }
    49              }
    50            },
    51            {
    52              "id": "test-imp-id-2",
    53              "banner": {
    54                "w": 320,
    55                "h": 50
    56              },
    57              "ext": {
    58                  "bidder": {
    59                      "sspid":"99999"
    60                  }
    61              }
    62            }
    63            ]
    64          }
    65        },
    66        "mockResponse": {
    67          "status": 200,
    68          "body": {
    69            "id": "test-request-id",
    70            "seatbid": [
    71              {
    72                "bid": [
    73                {
    74                    "id" : "test-imp-id",
    75                    "impid": "test-imp-id",
    76                    "price": 9.81,
    77                    "adid": "abcde-12345",
    78                    "adm": "<div><img src=\"https://cdn0.bnmla.com/0b1c6e85e9376e3092df8c9fc8ab9095.gif\" width=350 height=250 /></div>",
    79                    "adomain": [
    80                        "advertiserdomain.com"
    81                    ],
    82                    "iurl": "http://match.bnmla.com/usersync?sspid=59&redir=",
    83                    "cid": "campaign1",
    84                    "crid": "abcde-12345",
    85                    "w": 300,
    86                    "h": 250
    87                },
    88                {
    89                    "id" : "test-imp-id-2",
    90                    "impid": "test-imp-id-2",
    91                    "price": 7.50,
    92                    "adid": "abcde-12345-2",
    93                    "adm": "<div><img src=\"https://cdn0.bnmla.com/0b1c6e85e9376e3092df8c9fc8ab9095.gif\" width=320 height=50 /></div>",
    94                    "adomain": [
    95                        "advertiserdomain.com"
    96                    ],
    97                    "iurl": "http://match.bnmla.com/usersync?sspid=59&redir=",
    98                    "cid": "campaign1",
    99                    "crid": "abcde-12345-2",
   100                    "w": 320,
   101                    "h": 50
   102                }
   103                ],
   104                "seat": "test-request-id"
   105              }
   106            ],
   107            "bidid": "test-request-id",
   108            "cur": "USD"
   109          }
   110        }
   111      }
   112    ],
   113  
   114    "expectedBidResponses": [
   115    {
   116        "currency": "USD",
   117        "bids": [
   118        {
   119            "bid": {
   120                "id": "test-imp-id",
   121                "impid": "test-imp-id",
   122                "price": 9.81,
   123                "adid": "abcde-12345",
   124                "adm": "<div><img src=\"https://cdn0.bnmla.com/0b1c6e85e9376e3092df8c9fc8ab9095.gif\" width=350 height=250 /></div>",
   125                "adomain": ["advertiserdomain.com"],
   126                "iurl": "http://match.bnmla.com/usersync?sspid=59&redir=",
   127                "cid": "campaign1",
   128                "crid": "abcde-12345",
   129                "w": 300,
   130                "h": 250
   131            },
   132            "type": "banner"
   133        },
   134        {
   135            "bid": {
   136                "id": "test-imp-id-2",
   137                "impid": "test-imp-id-2",
   138                "price": 7.50,
   139                "adid": "abcde-12345-2",
   140                "adm": "<div><img src=\"https://cdn0.bnmla.com/0b1c6e85e9376e3092df8c9fc8ab9095.gif\" width=320 height=50 /></div>",
   141                "adomain": ["advertiserdomain.com"],
   142                "iurl": "http://match.bnmla.com/usersync?sspid=59&redir=",
   143                "cid": "campaign1",
   144                "crid": "abcde-12345-2",
   145                "w": 320,
   146                "h": 50
   147            },
   148            "type": "banner"
   149        }
   150        ]
   151    }
   152    ]
   153  }
   154