github.com/prebid/prebid-server/v2@v2.18.0/adapters/screencore/screencoretest/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              "placementId": "placementId"
    32            }
    33          }
    34        }
    35      ]
    36    },
    37    "httpCalls": [
    38      {
    39        "expectedRequest": {
    40          "headers": {
    41            "Content-Type": [
    42              "application/json;charset=utf-8"
    43            ],
    44            "Accept": [
    45              "application/json"
    46            ],
    47            "X-Openrtb-Version": [
    48              "2.5"
    49            ],
    50            "User-Agent": [
    51              "test-user-agent"
    52            ],
    53            "X-Forwarded-For": [
    54              "2607:fb90:f27:4512:d800:cb23:a603:e245"
    55            ]
    56          },
    57          "uri": "http://h1.screencore.io/?kp=accountId&kn=placementId",
    58          "body": {
    59            "id": "some-request-id",
    60            "device": {
    61              "ua": "test-user-agent",
    62              "ipv6": "2607:fb90:f27:4512:d800:cb23:a603:e245",
    63              "language": "en",
    64              "dnt": 0
    65            },
    66            "imp": [
    67              {
    68                "id": "some-impression-id",
    69                "tagid": "ogTAGID",
    70                "native": {
    71                  "ver": "1.1",
    72                  "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}}}"
    73                }
    74              }
    75            ],
    76            "site": {
    77              "page": "test.com",
    78              "publisher": {
    79                "id": "123456789"
    80              }
    81            },
    82            "user": {
    83              "buyeruid": "awesome-user"
    84            },
    85            "tmax": 1000
    86          },
    87          "impIDs":["some-impression-id"]
    88        },
    89        "mockResponse": {
    90          "status": 200,
    91          "body": {
    92            "id": "awesome-resp-id",
    93            "seatbid": [
    94              {
    95                "bid": [
    96                  {
    97                    "id": "a3ae1b4e2fc24a4fb45540082e98e161",
    98                    "impid": "some-impression-id",
    99                    "price": 3.5,
   100                    "adm": "awesome-markup",
   101                    "adomain": [
   102                      "awesome.com"
   103                    ],
   104                    "crid": "20",
   105                    "mtype": 4
   106                  }
   107                ],
   108                "seat": "screencore"
   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              "mtype": 4
   130            },
   131            "type": "native"
   132          }
   133        ]
   134      }
   135    ]
   136  }