github.com/prebid/prebid-server@v0.275.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          },
    42          "mockResponse": {
    43            "status": 200,
    44            "body": {
    45              "sI": { "k": "12345" },
    46              "sec": "ROS",
    47              "sp": [
    48                {
    49                  "k": "video_640x480_0",
    50                  "a": [{
    51                    "i": "123456789abcdefg",
    52                    "pr": "0.5",
    53                    "adm": "<VAST>test</VAST>",
    54                    "crid": "abcdef1234567810",
    55                    "id": "adid12345",
    56                    "w": 640,
    57                    "h": 480
    58                  }]
    59                },
    60                {
    61                  "k": "video_640x480_1",
    62                  "a": [{
    63                    "i": "023456789abcdef",
    64                    "pr": "0.5",
    65                    "adm": "<VAST>test2</VAST>",
    66                    "crid": "abcdef123456789",
    67                    "id": "adid789",
    68                    "w": 640,
    69                    "h": 480
    70                  }]
    71                }
    72              ]
    73            }
    74          }
    75        }
    76      ],
    77    
    78      "expectedBidResponses": [
    79        {
    80          "currency": "USD",
    81          "bids": [
    82            {
    83              "bid": {
    84                "id": "123456789abcdefg",
    85                "impid": "test-imp-instream-1",
    86                "price": 0.5,
    87                "adm": "<VAST>test</VAST>",
    88                "adid": "adid12345",
    89                "crid": "abcdef1234567810",
    90                "w": 640,
    91                "h": 480
    92              },
    93              "type": "video"
    94            },
    95            {
    96              "bid": {
    97                "id": "023456789abcdef",
    98                "impid": "test-imp-instream-2",
    99                "price": 0.5,
   100                "adm": "<VAST>test2</VAST>",
   101                "adid": "adid789",
   102                "crid": "abcdef123456789",
   103                "w": 640,
   104                "h": 480
   105              },
   106              "type": "video"
   107            }
   108          ]
   109        }
   110      ]
   111    }
   112