github.com/prebid/prebid-server/v2@v2.18.0/adapters/bizzclick/bizzclicktest/exemplary/native-web.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "some-request-id",
     4      "device": {
     5        "ua": "test-user-agent",
     6        "ipv6": "2607:fb90:f27:4512:d800:cb23:a603:e245",
     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          "native": {
    25            "ver": "1.1",
    26            "request": "{\"adunit\":2,\"assets\":[{\"id\":3,\"img\":{\"h\":120,\"hmin\":0,\"type\":3,\"w\":180,\"wmin\":0},\"required\":1},{\"id\":0,\"required\":1,\"title\":{\"len\":25}},{\"data\":{\"len\":25,\"type\":1},\"id\":4,\"required\":1},{\"data\":{\"len\":140,\"type\":2},\"id\":6,\"required\":1}],\"context\":1,\"layout\":1,\"contextsubtype\":11,\"plcmtcnt\":1,\"plcmttype\":2,\"ver\":\"1.1\",\"ext\":{\"banner\":{\"w\":320,\"h\":50}}}"
    27          },
    28          "ext": {
    29            "bidder": {
    30              "accountId": "accountId",
    31              "sourceId": "sourceId",
    32              "host": "host"
    33            }
    34          }
    35        }
    36      ]
    37    },
    38    "httpCalls": [
    39      {
    40        "expectedRequest": {
    41          "headers": {
    42            "Content-Type": [
    43              "application/json;charset=utf-8"
    44            ],
    45            "Accept": [
    46              "application/json"
    47            ],
    48            "X-Openrtb-Version": [
    49              "2.5"
    50            ],
    51            "User-Agent": [
    52              "test-user-agent"
    53            ],
    54            "X-Forwarded-For": [
    55              "2607:fb90:f27:4512:d800:cb23:a603:e245"
    56            ]
    57          },
    58          "uri": "http://host.bizzclick.com/bid?rtb_seat_id=sourceId&secret_key=accountId",
    59          "body": {
    60            "id": "some-request-id",
    61            "device": {
    62              "ua": "test-user-agent",
    63              "ipv6": "2607:fb90:f27:4512:d800:cb23:a603:e245",
    64              "language": "en",
    65              "dnt": 0
    66            },
    67            "imp": [
    68              {
    69                "id": "some-impression-id",
    70                "tagid": "ogTAGID",
    71                "native": {
    72                  "ver": "1.1",
    73                  "request": "{\"adunit\":2,\"assets\":[{\"id\":3,\"img\":{\"h\":120,\"hmin\":0,\"type\":3,\"w\":180,\"wmin\":0},\"required\":1},{\"id\":0,\"required\":1,\"title\":{\"len\":25}},{\"data\":{\"len\":25,\"type\":1},\"id\":4,\"required\":1},{\"data\":{\"len\":140,\"type\":2},\"id\":6,\"required\":1}],\"context\":1,\"layout\":1,\"contextsubtype\":11,\"plcmtcnt\":1,\"plcmttype\":2,\"ver\":\"1.1\",\"ext\":{\"banner\":{\"w\":320,\"h\":50}}}"
    74                }
    75              }
    76            ],
    77            "site": {
    78              "page": "test.com",
    79              "publisher": {
    80                "id": "123456789"
    81              }
    82            },
    83            "user": {
    84              "buyeruid": "awesome-user"
    85            },
    86            "tmax": 1000
    87          },
    88          "impIDs":["some-impression-id"]
    89        },
    90        "mockResponse": {
    91          "status": 200,
    92          "body": {
    93            "id": "awesome-resp-id",
    94            "seatbid": [
    95              {
    96                "bid": [
    97                  {
    98                    "id": "a3ae1b4e2fc24a4fb45540082e98e161",
    99                    "impid": "some-impression-id",
   100                    "price": 3.5,
   101                    "adm": "awesome-markup",
   102                    "adomain": [
   103                      "awesome.com"
   104                    ],
   105                    "crid": "20"
   106                  }
   107                ],
   108                "seat": "bizzclick"
   109              }
   110            ],
   111            "cur": "USD"
   112          }
   113        }
   114      }
   115    ],
   116    "expectedBidResponses": [
   117      {
   118        "bids": [
   119          {
   120            "bid": {
   121              "id": "a3ae1b4e2fc24a4fb45540082e98e161",
   122              "impid": "some-impression-id",
   123              "price": 3.5,
   124              "adm": "awesome-markup",
   125              "crid": "20",
   126              "adomain": [
   127                "awesome.com"
   128              ]
   129            },
   130            "type": "native"
   131          }
   132        ]
   133      }
   134    ]
   135  }