github.com/prebid/prebid-server/v2@v2.18.0/adapters/playdigo/playdigotest/exemplary/multi-format.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "device": {
     5              "ip": "123.123.123.123",
     6              "ua": "iPad"
     7          },
     8          "app": {
     9              "id": "1",
    10              "bundle": "com.wls.testwlsapplication"
    11          },
    12          "imp": [
    13              {
    14                  "id": "test-imp-id",
    15                  "tagid": "test",
    16                  "banner": {
    17                      "format": [
    18                          {
    19                              "w": 300,
    20                              "h": 250
    21                          },
    22                          {
    23                              "w": 300,
    24                              "h": 600
    25                          }
    26                      ]
    27                  },
    28                  "video": {
    29                      "mimes": [
    30                          "video/mp4"
    31                      ],
    32                      "protocols": [
    33                          2,
    34                          5
    35                      ],
    36                      "w": 1024,
    37                      "h": 576
    38                  },
    39                  "ext": {
    40                      "bidder": {
    41                          "endpointId": "test"
    42                      }
    43                  }
    44              }
    45          ]
    46      },
    47      "httpCalls": [
    48          {
    49              "expectedRequest": {
    50                  "uri": "https://server.playdigo.com/pserver",
    51                  "body": {
    52                      "id": "test-request-id",
    53                      "imp": [
    54                          {
    55                              "id": "test-imp-id",
    56                              "tagid": "test",
    57                              "banner": {
    58                                  "format": [
    59                                      {
    60                                          "w": 300,
    61                                          "h": 250
    62                                      },
    63                                      {
    64                                          "w": 300,
    65                                          "h": 600
    66                                      }
    67                                  ]
    68                              },
    69                              "video": {
    70                                  "mimes": [
    71                                      "video/mp4"
    72                                  ],
    73                                  "protocols": [
    74                                      2,
    75                                      5
    76                                  ],
    77                                  "w": 1024,
    78                                  "h": 576
    79                              },
    80                              "ext": {
    81                                  "bidder": {
    82                                      "endpointId": "test",
    83                                      "type": "network"
    84                                  }
    85                              }
    86                          }
    87                      ],
    88                      "app": {
    89                          "id": "1",
    90                          "bundle": "com.wls.testwlsapplication"
    91                      },
    92                      "device": {
    93                          "ip": "123.123.123.123",
    94                          "ua": "iPad"
    95                      }
    96                  },
    97                  "impIDs":["test-imp-id"]
    98              },
    99              "mockResponse": {
   100                  "status": 204
   101              }
   102          }
   103      ],
   104      "expectedBidResponses": []
   105  }