github.com/prebid/prebid-server/v2@v2.18.0/adapters/eplanning/eplanningtest/supplemental/two-imps-video-instream.json (about)

     1  {
     2      "mockBidRequest": {
     3        "id": "test-request-id",
     4        "imp": [
     5          {
     6            "id": "test-imp-instream-1",
     7            "video": {
     8              "w": 640,
     9              "h": 480,
    10              "placement": 1
    11            },
    12            "ext": {
    13              "bidder": {
    14                "ci": "12345",
    15                "adunit_code": "test_adunitcode_instream_1"
    16              }
    17            }
    18          },
    19          {
    20            "id": "test-imp-instream-2",
    21            "video": {
    22              "w": 640,
    23              "h": 480,
    24              "placement": 1
    25            },
    26            "ext": {
    27              "bidder": {
    28                "ci": "12345",
    29                "adunit_code": "test_adunitcode_instream_2"
    30              }
    31            }
    32          }
    33        ]
    34      },
    35    
    36      "httpCalls": [
    37        {
    38          "expectedRequest": {
    39            "uri": "http://rtb.e-planning.net/pbs/1/12345/1/FILE/ROS?e=video_640x480_0%3A640x480%3B1%2Bvideo_640x480_1%3A640x480%3B1&ncb=1&ur=FILE&vctx=1&vv=3",
    40            "body": {},
    41            "impIDs":["test-imp-instream-1","test-imp-instream-2"]
    42          },
    43          "mockResponse": {
    44            "status": 200,
    45            "body": {
    46              "sI": { "k": "12345" },
    47              "sec": "ROS",
    48              "sp": [
    49                {
    50                  "k": "video_640x480_0",
    51                  "a": [{
    52                    "i": "123456789abcdefg",
    53                    "pr": "0.5",
    54                    "adm": "<VAST>test</VAST>",
    55                    "crid": "abcdef1234567810",
    56                    "id": "adid12345",
    57                    "w": 640,
    58                    "h": 480
    59                  }]
    60                },
    61                {
    62                  "k": "video_640x480_1",
    63                  "a": [{
    64                    "i": "023456789abcdef",
    65                    "pr": "0.5",
    66                    "adm": "<VAST>test2</VAST>",
    67                    "crid": "abcdef123456789",
    68                    "id": "adid789",
    69                    "w": 640,
    70                    "h": 480
    71                  }]
    72                }
    73              ]
    74            }
    75          }
    76        }
    77      ],
    78    
    79      "expectedBidResponses": [
    80        {
    81          "currency": "USD",
    82          "bids": [
    83            {
    84              "bid": {
    85                "id": "123456789abcdefg",
    86                "impid": "test-imp-instream-1",
    87                "price": 0.5,
    88                "adm": "<VAST>test</VAST>",
    89                "adid": "adid12345",
    90                "crid": "abcdef1234567810",
    91                "w": 640,
    92                "h": 480
    93              },
    94              "type": "video"
    95            },
    96            {
    97              "bid": {
    98                "id": "023456789abcdef",
    99                "impid": "test-imp-instream-2",
   100                "price": 0.5,
   101                "adm": "<VAST>test2</VAST>",
   102                "adid": "adid789",
   103                "crid": "abcdef123456789",
   104                "w": 640,
   105                "h": 480
   106              },
   107              "type": "video"
   108            }
   109          ]
   110        }
   111      ]
   112    }
   113