github.com/prebid/prebid-server/v2@v2.18.0/adapters/smrtconnect/smrtconnecttest/exemplary/banner-multiple-bids.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "some-request-id",
     4      "device": {
     5        "ua": "test-user-agent",
     6        "ip": "123.123.123.123",
     7        "language": "en",
     8        "dnt": 0
     9      },
    10      "tmax": 1000,
    11      "user": {
    12        "buyeruid": "awesome-user"
    13      },
    14      "site": {
    15        "page": "test.com",
    16        "publisher": {
    17          "id": "123456789"
    18        }
    19      },
    20      "imp": [
    21        {
    22          "id": "some-impression-id",
    23          "tagid": "ogTAGID",
    24          "banner": {
    25            "w":320,
    26            "h":50
    27          },
    28          "ext": {
    29            "bidder": {
    30              "supply_id": "1"
    31            }
    32          }
    33        },
    34        {
    35          "id": "some-impression-id-2",
    36          "tagid": "ogTAGID-2",
    37          "banner": {
    38            "w":300,
    39            "h":250
    40          },
    41          "ext": {
    42            "bidder": {
    43              "supply_id": "1"
    44            }
    45          }
    46        }
    47      ]
    48    },
    49    "httpCalls": [
    50      {
    51        "expectedRequest": {
    52          "uri": "http://test.smrtconnect.com/openrtb2/auction?supply_id=1",
    53          "body": {
    54            "id": "some-request-id",
    55            "device": {
    56              "ua": "test-user-agent",
    57              "ip": "123.123.123.123",
    58              "language": "en",
    59              "dnt": 0
    60            },
    61            "imp": [
    62              {
    63                "id": "some-impression-id",
    64                "tagid": "ogTAGID",
    65                "banner": {
    66                  "w":320,
    67                  "h":50
    68                }
    69              }
    70            ],
    71            "site": {
    72              "page": "test.com",
    73              "publisher": {
    74                "id": "123456789"
    75              }
    76            },
    77            "user": {
    78              "buyeruid": "awesome-user"
    79            },
    80            "tmax": 1000
    81          },
    82          "impIDs":["some-impression-id"]
    83        },
    84        "mockResponse": {
    85          "status": 200,
    86          "body": {
    87            "id": "awesome-resp-id",
    88            "seatbid": [
    89              {
    90                "bid": [
    91                  {
    92                    "id": "a3ae1b4e2fc24a4fb45540082e98e161",
    93                    "impid": "1",
    94                    "price": 3.5,
    95                    "adm": "awesome-markup",
    96                    "adomain": [
    97                      "awesome.com"
    98                    ],
    99                    "crid": "20",
   100                    "w": 320,
   101                    "h": 50,
   102                    "mtype": 1
   103                  }
   104                ],
   105                "seat": "smrtconnect"
   106              }
   107            ],
   108            "cur": "USD",
   109            "ext": {
   110              "responsetimemillis": {
   111                "smrtconnect": 154
   112              },
   113              "tmaxrequest": 1000
   114            }
   115          }
   116        }
   117      },
   118      {
   119        "expectedRequest": {
   120          "uri": "http://test.smrtconnect.com/openrtb2/auction?supply_id=1",
   121          "body": {
   122            "id": "some-request-id",
   123            "device": {
   124              "ua": "test-user-agent",
   125              "ip": "123.123.123.123",
   126              "language": "en",
   127              "dnt": 0
   128            },
   129            "imp": [
   130              {
   131                "id": "some-impression-id-2",
   132                "tagid": "ogTAGID-2",
   133                "banner": {
   134                  "w":300,
   135                  "h":250
   136                }
   137              }
   138            ],
   139            "site": {
   140              "page": "test.com",
   141              "publisher": {
   142                "id": "123456789"
   143              }
   144            },
   145            "user": {
   146              "buyeruid": "awesome-user"
   147            },
   148            "tmax": 1000
   149          },
   150          "impIDs":["some-impression-id-2"]
   151        },
   152        "mockResponse": {
   153          "status": 200,
   154          "body": {
   155            "id": "awesome-resp-id-2",
   156            "seatbid": [
   157              {
   158                "bid": [
   159                  {
   160                    "id": "a3ae1b4e2fc24a4fb45540082e98e161",
   161                    "impid": "1",
   162                    "price": 3.5,
   163                    "adm": "awesome-markup-2",
   164                    "adomain": [
   165                      "awesome.com"
   166                    ],
   167                    "crid": "20",
   168                    "w": 300,
   169                    "h": 250,
   170                    "mtype": 1
   171                  }
   172                ],
   173                "seat": "smrtconnect"
   174              }
   175            ],
   176            "cur": "USD",
   177            "ext": {
   178              "responsetimemillis": {
   179                "smrtconnect": 154
   180              },
   181              "tmaxrequest": 1000
   182            }
   183          }
   184        }
   185      }
   186    ],
   187    "expectedBidResponses": [
   188      {
   189        "bids":[
   190          {
   191            "bid":  {
   192              "id": "a3ae1b4e2fc24a4fb45540082e98e161",
   193              "impid": "1",
   194              "price": 3.5,
   195              "adm": "awesome-markup",
   196              "crid": "20",
   197              "adomain": [
   198                "awesome.com"
   199              ],
   200              "w": 320,
   201              "h": 50,
   202              "mtype": 1
   203            },
   204            "type": "banner"
   205          }
   206        ]
   207      },
   208      {
   209        "bids":[
   210          {
   211            "bid":  {
   212              "id": "a3ae1b4e2fc24a4fb45540082e98e161",
   213              "impid": "1",
   214              "price": 3.5,
   215              "adm": "awesome-markup-2",
   216              "crid": "20",
   217              "adomain": [
   218                "awesome.com"
   219              ],
   220              "w": 300,
   221              "h": 250,
   222              "mtype": 1
   223            },
   224            "type": "banner"
   225          }
   226        ]
   227      }
   228    ]
   229  }