github.com/prebid/prebid-server@v0.275.0/adapters/adkernelAdn/adkerneladntest/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": 250},{"w": 300,"h": 200}]
     9          },
    10          "ext": {
    11            "bidder": {
    12              "pubId": 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    },
    28  
    29    "httpCalls": [
    30      {
    31        "expectedRequest": {
    32          "uri": "https://pbs2.adksrv.com/rtbpub?account=101",
    33          "body": {
    34            "id": "0000000000001",
    35            "imp": [
    36              {
    37                "id": "adunit-1",
    38                "banner": {
    39                  "format": [{"w": 300, "h": 200}],
    40                  "w": 300,
    41                  "h": 250
    42                }
    43              }
    44            ],
    45            "site": {
    46              "page": "http://example.com/test.html"
    47            },
    48            "user": {
    49              "buyeruid": "A-38327932832"
    50            }
    51          }
    52        },
    53        "mockResponse": {
    54          "status": 200,
    55          "body": {
    56            "id": "75472df2-1cb3-4f8e-9a28-10cb95fe05a4",
    57            "seatbid": [{
    58                "bid": [{
    59                    "id": "wehM-93KGr0_0_0",
    60                    "impid": "adunit-1",
    61                    "price": 0.5,
    62                    "cid": "3706",
    63                    "crid": "19005",
    64                    "adid": "19005",
    65                    "adm": "<!-- admarkup -->",
    66                    "cat": ["IAB2"],
    67                    "adomain": ["test.com"],
    68                    "h": 250,
    69                    "w": 300
    70                }]
    71            }],
    72            "bidid": "wehM-93KGr0"
    73          }
    74        }
    75      }
    76    ],
    77  
    78    "expectedBidResponses": [
    79      {
    80        "currency": "USD",
    81        "bids": [
    82          {
    83            "bid": {
    84              "id": "wehM-93KGr0_0_0",
    85              "impid": "adunit-1",
    86              "price": 0.5,
    87              "adm": "<!-- admarkup -->",
    88              "adid": "19005",
    89              "adomain": ["test.com"],
    90              "cid": "3706",
    91              "crid": "19005",
    92              "w": 300,
    93              "h": 250,
    94              "cat": ["IAB2"]
    95            },
    96            "type": "banner"
    97          }
    98        ]
    99      }
   100    ]
   101  }