github.com/prebid/prebid-server@v0.275.0/adapters/videoheroes/videoheroestest/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.contextualadv.com/?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          },
    86          "mockResponse": {
    87  
    88            "status": 200,
    89            "body": {
    90              "id": "resp-id",
    91              "seatbid": [
    92                {
    93                  "bid": [
    94                    {
    95                      "id": "123456789",
    96                      "impid": "impression-id",
    97                      "price": 2,
    98                      "adm": "adm code",
    99                      "adomain": [
   100                        "testdomain.com"
   101                      ],
   102                      "crid": "100"
   103                    }
   104                  ],
   105                  "type": "native",
   106                  "seat": "videoheroes"
   107                }
   108              ],
   109              "cur": "USD",
   110              "ext": {
   111                "responsetimemillis": {
   112                  "videoheroes": 120
   113                },
   114                "tmaxrequest": 1000
   115              }
   116            }
   117          }
   118        }
   119      ],
   120      "expectedBidResponses": [
   121        {
   122          "bids": [{
   123            "bid": {
   124              "id": "123456789",
   125              "impid": "impression-id",
   126              "price": 2,
   127              "adm": "adm code",
   128              "adomain": [
   129                "testdomain.com"
   130              ],
   131              "crid": "100"
   132            },
   133            "type": "native"
   134          }]
   135        }
   136      ]
   137    }