github.com/prebid/prebid-server/v2@v2.18.0/adapters/undertone/undertonetest/supplemental/nocontent.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-banner-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              },
    13              {
    14                "w": 300,
    15                "h": 300
    16              }
    17            ]
    18          },
    19          "ext": {
    20            "bidder": {
    21              "publisherId": 1234,
    22              "placementId": 12345
    23            }
    24          }
    25        },
    26        {
    27          "id": "test-imp-video-id",
    28          "video": {
    29            "mimes": [
    30              "video/mp4"
    31            ],
    32            "minduration": 1,
    33            "maxduration": 2,
    34            "protocols": [
    35              1,
    36              2,
    37              5
    38            ],
    39            "w": 1020,
    40            "h": 780,
    41            "startdelay": 1,
    42            "placement": 1,
    43            "playbackmethod": [
    44              2
    45            ],
    46            "api": [
    47              1,
    48              2,
    49              3,
    50              4
    51            ]
    52          },
    53          "ext": {
    54            "bidder": {
    55              "publisherId": 1234,
    56              "placementId": 123456
    57            }
    58          }
    59        }
    60      ],
    61      "app": {
    62        "domain": "www.example.com",
    63        "storeurl": "http://www.example.com",
    64        "publisher": {
    65          "domain": "example.com"
    66        }
    67      }
    68    },
    69    "httpCalls": [
    70      {
    71        "expectedRequest": {
    72          "uri": "http://undertone-test/bid",
    73          "body": {
    74            "id": "test-request-id",
    75            "imp": [
    76              {
    77                "id": "test-imp-banner-id",
    78                "banner": {
    79                  "format": [
    80                    {
    81                      "w": 300,
    82                      "h": 250
    83                    },
    84                    {
    85                      "w": 300,
    86                      "h": 300
    87                    }
    88                  ]
    89                },
    90                "tagid": "12345"
    91              },
    92              {
    93                "id": "test-imp-video-id",
    94                "video": {
    95                  "mimes": [
    96                    "video/mp4"
    97                  ],
    98                  "minduration": 1,
    99                  "maxduration": 2,
   100                  "protocols": [
   101                    1,
   102                    2,
   103                    5
   104                  ],
   105                  "w": 1020,
   106                  "h": 780,
   107                  "startdelay": 1,
   108                  "placement": 1,
   109                  "playbackmethod": [
   110                    2
   111                  ],
   112                  "api": [
   113                    1,
   114                    2,
   115                    3,
   116                    4
   117                  ]
   118                },
   119                "tagid": "123456"
   120              }
   121            ],
   122            "app": {
   123              "domain": "www.example.com",
   124              "storeurl": "http://www.example.com",
   125              "publisher": {
   126                "id": "1234",
   127                "domain": "example.com"
   128              }
   129            },
   130            "ext": {
   131              "id": 4,
   132              "version": "1.0.0"
   133            }
   134          },
   135          "impIDs":["test-imp-banner-id","test-imp-video-id"]
   136        },
   137        "mockResponse": {
   138          "status": 204,
   139          "body": {}
   140        }
   141      }
   142    ],
   143    "expectedBidResponses": [],
   144    "expectedMakeBidsErrors": []
   145  }