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

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "native": {
     8            "ver": "1.2",
     9            "request": "{\"assets\":[{\"id\":1,\"img\":{\"ext\":{\"image1\":\"image2\"},\"h\": 250,\"mimes\":[\"image\/gif\",\"image\/png\"],\"type\":3,\"w\":300},\"required\":1}]}"
    10          },
    11          "ext": {
    12            "bidder": {
    13              "Just_an_unused_vrtcal_param": "unused_data_for_this"
    14            }
    15          }
    16        }
    17      ],
    18      "site": {
    19        "id": "fake-site-id",
    20        "page": "http://www.vrtcal.com"
    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            "site": {
    44              "id": "fake-site-id",
    45              "page": "http://www.vrtcal.com"
    46            }
    47          },
    48          "impIDs":["test-imp-id"]
    49        },
    50        "mockResponse": {
    51          "status": 200,
    52          "body": {
    53            "id": "test-request-id",
    54            "seatbid": [
    55              {
    56                "seat": "vrtcal",
    57                "bid": [
    58                  {
    59                    "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    60                    "impid": "test-imp-id",
    61                    "price": 0.500000,
    62                    "adm": "some-test-native-ad",
    63                    "crid": "crid_10",
    64  		  "mtype":4
    65                  }
    66                ]
    67              }
    68            ],
    69            "cur": "USD"
    70          }
    71        }
    72      }
    73    ],
    74    "expectedBidResponses": [
    75      {
    76        "currency": "USD",
    77        "bids": [
    78          {
    79            "bid": {
    80              "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    81              "impid": "test-imp-id",
    82              "price": 0.5,
    83              "adm": "some-test-native-ad",
    84              "crid": "crid_10",
    85  	    "mtype":4
    86            },
    87            "type": "native"
    88          }
    89        ]
    90      }
    91    ]
    92  }