github.com/prebid/prebid-server/v2@v2.18.0/adapters/adkernel/adkerneltest/exemplary/single-banner-impression.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "0000000000001",
     4      "imp": [
     5        {
     6          "id": "adunit-1",
     7          "banner": {
     8            "format": [{"w": 300,"h": 200}, {"w": 300,"h": 250}]
     9          },
    10          "ext": {
    11            "bidder": {
    12              "zoneId": 101,
    13              "host": "tag.test.com"
    14            }
    15          }
    16        }
    17      ],
    18      "site": {
    19        "page": "http://example.com/test.html",
    20        "publisher": {
    21          "id": "1"
    22        }
    23      },
    24      "user": {
    25        "buyeruid": "A-38327932832"
    26      },
    27      "cur": ["TYR"]
    28    },
    29  
    30    "httpCalls": [
    31      {
    32        "expectedRequest": {
    33          "uri": "http://pbs.adksrv.com/hb?zone=101",
    34          "body": {
    35            "id": "0000000000001",
    36            "imp": [
    37              {
    38                "id": "adunit-1",
    39                "banner": {
    40                  "format": [{"w": 300, "h": 200}, {"w": 300, "h": 250}]
    41                }
    42              }
    43            ],
    44            "site": {
    45              "page": "http://example.com/test.html"
    46            },
    47            "user": {
    48              "buyeruid": "A-38327932832"
    49            },
    50            "cur": ["TYR"]
    51          },
    52          "impIDs":["adunit-1"]
    53        },
    54        "mockResponse": {
    55          "status": 200,
    56          "body": {
    57            "id": "75472df2-1cb3-4f8e-9a28-10cb95fe05a4",
    58            "seatbid": [{
    59                "bid": [{
    60                    "id": "wehM-93KGr0_0_0",
    61                    "impid": "adunit-1",
    62                    "price": 0.5,
    63                    "cid": "3706",
    64                    "crid": "19005",
    65                    "adid": "19005",
    66                    "adm": "<!-- admarkup -->",
    67                    "cat": ["IAB2"],
    68                    "mtype": 1,
    69                    "adomain": ["test.com"],
    70                    "h": 250,
    71                    "w": 300
    72                }]
    73            }],
    74            "bidid": "wehM-93KGr0",
    75            "cur": "TYR"
    76          }
    77        }
    78      }
    79    ],
    80  
    81    "expectedBidResponses": [
    82      {
    83        "currency": "TYR",
    84        "bids": [
    85          {
    86            "bid": {
    87              "id": "wehM-93KGr0_0_0",
    88              "impid": "adunit-1",
    89              "price": 0.5,
    90              "adm": "<!-- admarkup -->",
    91              "adid": "19005",
    92              "adomain": ["test.com"],
    93              "cid": "3706",
    94              "crid": "19005",
    95              "w": 300,
    96              "h": 250,
    97              "cat": ["IAB2"],
    98              "mtype": 1
    99            },
   100            "type": "banner"
   101          }
   102        ]
   103      }
   104    ]
   105  }