github.com/prebid/prebid-server/v2@v2.18.0/adapters/brave/bravetest/exemplary/native-app.json (about)

     1  {
     2      "mockBidRequest": {
     3        "id": "request-id",
     4        "app": {
     5          "publisher": {
     6            "id": "123456789"
     7          },
     8          "cat": [
     9            "IAB9-1"
    10          ],
    11          "bundle": "com.app.test",
    12          "name": "Test App",
    13          "id": "12345678"
    14        },
    15        "device": {
    16          "ua": "useragent",
    17          "ip": "100.100.100.100",
    18          "language": "en"
    19        },
    20        "tmax": 1000,
    21        "user": {
    22          "id": "some-user"
    23        },
    24        "imp": [
    25          {
    26            "id": "impression-id",
    27            "tagid": "tid",
    28            "native": {
    29              "ver":"1.1",
    30              "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}}}"
    31            },
    32  	        "ext": {
    33              "bidder": {
    34                "placementId": "f897beb0daba0253d8e59a098eef9311"
    35              }
    36            }
    37          }
    38        ]
    39      },
    40      "httpCalls": [
    41      {
    42          "expectedRequest": {
    43              "headers": {
    44                "Content-Type": [
    45                  "application/json;charset=utf-8"
    46                ],
    47                "Accept": [
    48                  "application/json"
    49                ]
    50              },
    51              "uri": "http://point.braveglobal.tv/?t=3&partner=f897beb0daba0253d8e59a098eef9311",
    52              "body": {
    53                "id": "request-id",
    54                "device": {
    55                  "ua": "useragent",
    56                  "ip": "100.100.100.100",
    57                  "language": "en"
    58                },
    59                "imp": [
    60                  {
    61                    "id": "impression-id",
    62                    "native": {
    63                      "ver":"1.1",
    64                      "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}}}"
    65                    },
    66                    "tagid": "tid"
    67                  }
    68                ],
    69                "app": {
    70                  "publisher": {
    71                    "id": "123456789"
    72                  },
    73                  "cat": [
    74                    "IAB9-1"
    75                  ],
    76                  "bundle": "com.app.test",
    77                  "name": "Test App",
    78                  "id": "12345678"
    79                },
    80                "user": {
    81                  "id": "some-user"
    82                },
    83                "tmax": 1000
    84              },
    85              "impIDs":["impression-id"]
    86          },
    87          "mockResponse": {
    88  
    89            "status": 200,
    90            "body": {
    91              "id": "resp-id",
    92              "seatbid": [
    93                {
    94                  "bid": [
    95                    {
    96                      "id": "123456789",
    97                      "impid": "impression-id",
    98                      "price": 2,
    99                      "adm": "adm code",
   100                      "adomain": [
   101                        "testdomain.com"
   102                      ],
   103                      "crid": "100"
   104                    }
   105                  ],
   106                  "type": "native",
   107                  "seat": "brave"
   108                }
   109              ],
   110              "cur": "USD",
   111              "ext": {
   112                "responsetimemillis": {
   113                  "brave": 120
   114                },
   115                "tmaxrequest": 1000
   116              }
   117            }
   118          }
   119        }
   120      ],
   121      "expectedBidResponses": [
   122        {
   123          "bids": [{
   124            "bid": {
   125              "id": "123456789",
   126              "impid": "impression-id",
   127              "price": 2,
   128              "adm": "adm code",
   129              "adomain": [
   130                "testdomain.com"
   131              ],
   132              "crid": "100"
   133            },
   134            "type": "native"
   135          }]
   136        }
   137      ]
   138    }