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