github.com/prebid/prebid-server/v2@v2.18.0/adapters/eplanning/eplanningtest/supplemental/video-no-placement-send-vctx-2.json (about)

     1  {
     2      "mockBidRequest": {
     3        "id": "test-request-id",
     4        "imp": [
     5          {
     6            "id": "test-imp-id",
     7            "video": {
     8              "w": 300,
     9              "h": 150
    10            },
    11            "ext": {
    12              "bidder": {
    13                "ci": "12345",
    14                "adunit_code": "test_adunitcode_nosize"
    15              }
    16            }
    17          }
    18        ]
    19      },
    20    
    21      "httpCalls": [
    22        {
    23          "expectedRequest": {
    24            "uri": "http://rtb.e-planning.net/pbs/1/12345/1/FILE/ROS?e=video_300x150_0%3A300x150%3B1&ncb=1&ur=FILE&vctx=2&vv=3",
    25            "body": {},
    26            "impIDs":["test-imp-id"]
    27          },
    28          "mockResponse": {
    29            "status": 200,
    30            "body": {
    31              "sI": { "k": "12345" },
    32              "sec": "ROS",
    33              "sp": [
    34                {
    35                  "k": "video_300x150_0",
    36                  "a": [{
    37                    "i": "123456789abcdef",
    38                    "pr": "0.5",
    39                    "adm": "<VAST>test</VAST>",
    40                    "crid": "abcdef123456789",
    41                    "id": "adid12345",
    42                    "w": 300,
    43                    "h": 150
    44                  }]
    45                }
    46              ]
    47            }
    48          }
    49        }
    50      ],
    51    
    52      "expectedBidResponses": [
    53        {
    54          "currency": "USD",
    55          "bids": [
    56            {
    57              "bid": {
    58                "id": "123456789abcdef",
    59                "impid": "test-imp-id",
    60                "price": 0.5,
    61                "adm": "<VAST>test</VAST>",
    62                "adid": "adid12345",
    63                "crid": "abcdef123456789",
    64                "w": 300,
    65                "h": 150
    66              },
    67              "type": "video"
    68            }
    69          ]
    70        }
    71      ]
    72    }
    73