github.com/prebid/prebid-server@v0.275.0/adapters/adkernelAdn/adkerneladntest/supplemental/two-impressions-two-seatbids.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "0000000000001",
     4      "imp": [
     5        {
     6          "id": "banner-adunit-1",
     7          "banner": {
     8            "w": 300,
     9            "h": 250
    10          },
    11          "ext": {
    12            "bidder": {
    13              "pubId": 101,
    14              "host": "tag.test.com"
    15            }
    16          }
    17        },{
    18          "id": "video-adunit-2",
    19          "video": {"mimes": ["video/mp4"]},
    20          "ext": {
    21            "bidder": {
    22              "pubId": 101,
    23              "host": "tag.test.com"
    24            }
    25          }
    26        }
    27      ],
    28      "app": {
    29        "id": "app_001",
    30        "bundle": "com.rovia.angrybirds",
    31        "publisher": {
    32          "id": "2"
    33        }
    34      }
    35    },
    36  
    37    "httpCalls": [
    38      {
    39        "expectedRequest": {
    40          "uri": "https://pbs2.adksrv.com/rtbpub?account=101",
    41          "body": {
    42              "app": {
    43              "bundle": "com.rovia.angrybirds",
    44              "id": "app_001"
    45            },
    46            "id": "0000000000001",
    47            "imp": [
    48              {
    49                "id": "banner-adunit-1",
    50                "banner": {
    51                  "w": 300,
    52                  "h": 250
    53                }
    54              }, {
    55                "id": "video-adunit-2",
    56                "video": {"mimes": ["video/mp4"]}
    57              }
    58            ]
    59          }
    60        },
    61        "mockResponse": {
    62          "status": 200,
    63          "body": {
    64            "id": "75472df2-1cb3-4f8e-9a28-10cb95fe05a4",
    65            "seatbid": [{
    66              "bid":[{
    67                "id": "bid02",
    68                "impid": "video-adunit-2",
    69                "price": 2.25,
    70                "cid": "1001",
    71                "crid": "2002",
    72                "adid": "2002",
    73                "adm": "<!-- admarkup -->",
    74                "cat": ["IAB2"],
    75                "adomain": ["video-example.com"],
    76                "h": 480,
    77                "w": 640
    78              }]
    79            },{
    80                "bid": [{
    81                    "id": "bid01",
    82                    "impid": "banner-adunit-1",
    83                    "price": 0.5,
    84                    "cid": "3706",
    85                    "crid": "19005",
    86                    "adid": "19005",
    87                    "adm": "<!-- admarkup -->",
    88                    "cat": ["IAB2"],
    89                    "adomain": ["test.com"],
    90                    "h": 250,
    91                    "w": 300
    92                }]
    93            }],
    94            "bidid": "wehM-93KGr0"
    95          }
    96        }
    97      }
    98    ],
    99  
   100    "expectedMakeBidsErrors": [
   101      {
   102        "value": "Invalid SeatBids count: 2",
   103        "comparison": "literal"
   104      }
   105    ]
   106  }