github.com/prebid/prebid-server/v2@v2.18.0/adapters/vrtcal/vrtcaltest/exemplary/simple-native.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7  
     8          "native": {
     9            "ver": "1.2",
    10            "request": "{\"assets\":[{\"id\":1,\"img\":{\"ext\":{\"image1\":\"image2\"},\"h\": 250,\"mimes\":[\"image\/gif\",\"image\/png\"],\"type\":3,\"w\":300},\"required\":1}]}"
    11          },
    12          "ext": {
    13            "bidder": {
    14              "Just_an_unused_vrtcal_param": "unused_data_for_this"
    15            }
    16          }
    17        }
    18      ],
    19      "app": {
    20        "id": "fake-app-id"
    21      }
    22    },
    23    "httpCalls": [
    24      {
    25        "expectedRequest": {
    26          "uri": "http://rtb.vrtcal.com/bidder_prebid.vap?ssp=1804",
    27          "body": {
    28            "id": "test-request-id",
    29            "imp": [
    30              {
    31                "id": "test-imp-id",
    32              "native": {
    33                "ver": "1.2",
    34                "request": "{\"assets\":[{\"id\":1,\"img\":{\"ext\":{\"image1\":\"image2\"},\"h\": 250,\"mimes\":[\"image\/gif\",\"image\/png\"],\"type\":3,\"w\":300},\"required\":1}]}"
    35              },
    36              "ext": {
    37                "bidder": {
    38                  "Just_an_unused_vrtcal_param": "unused_data_for_this"
    39                }
    40              }
    41            }
    42  	  ],
    43            "app": {
    44              "id": "fake-app-id"
    45            }
    46          },
    47          "impIDs":["test-imp-id"]
    48        },
    49        "mockResponse": {
    50          "status": 200,
    51          "body": {
    52            "id": "test-request-id",
    53            "seatbid": [
    54              {
    55                "seat": "vrtcal",
    56                "bid": [
    57                  {
    58                    "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    59                    "impid": "test-imp-id",
    60                    "price": 0.500000,
    61                    "adm": "some-test-native-ad",
    62                    "crid": "crid_10",
    63  		  "mtype":4
    64                  }
    65                ]
    66              }
    67            ],
    68            "cur": "USD"
    69          }
    70        }
    71      }
    72    ],
    73    "expectedBidResponses": [
    74      {
    75        "currency": "USD",
    76        "bids": [
    77          {
    78            "bid": {
    79              "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    80              "impid": "test-imp-id",
    81              "price": 0.5,
    82              "adm": "some-test-native-ad",
    83              "crid": "crid_10",
    84  	    "mtype":4
    85            },
    86            "type": "native"
    87          }
    88        ]
    89      }
    90    ]
    91  }