github.com/prebid/prebid-server/v2@v2.18.0/adapters/iqx/iqzonextest/exemplary/video.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "id",
     4      "imp": [
     5        {
     6          "id": "id",
     7          "secure": 1,
     8          "bidfloor": 0.01,
     9          "bidfloorcur": "USD",
    10          "video": {
    11            "mimes": [
    12              "video/mp4",
    13              "video/ogg",
    14              "video/webm"
    15            ],
    16            "minduration": 3,
    17            "maxduration": 3000,
    18            "protocols": [
    19              2,
    20              3,
    21              5,
    22              6,
    23              7,
    24              8
    25            ],
    26            "w": 480,
    27            "h": 320,
    28            "linearity": 1,
    29            "playbackmethod": [
    30              2
    31            ],
    32            "pos": 0
    33          },
    34          "ext": {
    35            "bidder": {
    36              "env": "iqzonex-stage",
    37              "pid": "3163e2c9e034770c0daaa98c7613b573"
    38            }
    39          }
    40        }
    41      ],
    42      "device": {
    43        "ua": "UA",
    44        "ip": "123.3.4.123"
    45      },
    46      "regs": {
    47        "ext": {
    48          "gdpr": 0
    49        }
    50      },
    51      "user": {
    52        "id": "userid"
    53      },
    54      "site": {
    55        "id": "id",
    56        "domain": "test,com",
    57        "cat": [
    58          "IAB12"
    59        ],
    60        "publisher": {
    61          "id": "pubid"
    62        }
    63      }
    64    },
    65    "httpCalls": [
    66      {
    67        "expectedRequest": {
    68          "uri": "http://rtb.iqzone.com/?pid=3163e2c9e034770c0daaa98c7613b573&host=iqzonex-stage&pbs=1",
    69          "body": {
    70            "id": "id",
    71            "imp": [
    72              {
    73                "id": "id",
    74                "secure": 1,
    75                "bidfloor": 0.01,
    76                "bidfloorcur": "USD",
    77                "video": {
    78                  "mimes": [
    79                    "video/mp4",
    80                    "video/ogg",
    81                    "video/webm"
    82                  ],
    83                  "minduration": 3,
    84                  "maxduration": 3000,
    85                  "protocols": [
    86                    2,
    87                    3,
    88                    5,
    89                    6,
    90                    7,
    91                    8
    92                  ],
    93                  "w": 480,
    94                  "h": 320,
    95                  "linearity": 1,
    96                  "playbackmethod": [
    97                    2
    98                  ],
    99                  "pos": 0
   100                },
   101                "ext": {
   102                  "bidder": {
   103                    "env": "iqzonex-stage",
   104                    "pid": "3163e2c9e034770c0daaa98c7613b573"
   105                  }
   106                }
   107              }
   108            ],
   109            "device": {
   110              "ua": "UA",
   111              "ip": "123.3.4.123"
   112            },
   113            "regs": {
   114              "ext": {
   115                "gdpr": 0
   116              }
   117            },
   118            "user": {
   119              "id": "userid"
   120            },
   121            "site": {
   122              "id": "id",
   123              "domain": "test,com",
   124              "cat": [
   125                "IAB12"
   126              ],
   127              "publisher": {
   128                "id": "pubid"
   129              }
   130            }
   131          },
   132          "impIDs":["id"]
   133        },
   134        "mockResponse": {
   135          "status": 200,
   136          "body": {
   137            "id": "id",
   138            "bidid": "id",
   139            "seatbid": [
   140              {
   141                "bid": [
   142                  {
   143                    "id": "id",
   144                    "impid": "id",
   145                    "price": 0.1,
   146                    "nurl": "http://test.com/nurl",
   147                    "burl": "http://test.com/burl",
   148                    "adm": "<VAST>",
   149                    "adomain": [
   150                      "test.com"
   151                    ],
   152                    "cat": [
   153                      "IAB1"
   154                    ],
   155                    "cid": "cid",
   156                    "crid": "crid",
   157                    "mtype": 2,
   158                    "ext": {
   159                      "prebid": {
   160                        "type": "video"
   161                      }
   162                    }
   163                  }
   164                ],
   165                "seat": "seat"
   166              }
   167            ],
   168            "cur": "USD"
   169          }
   170        }
   171      }
   172    ],
   173    "expectedBidResponses": [
   174      {
   175        "currency": "USD",
   176        "bids": [
   177          {
   178            "bid": {
   179              "id": "id",
   180              "impid": "id",
   181              "price": 0.1,
   182              "nurl": "http://test.com/nurl",
   183              "burl": "http://test.com/burl",
   184              "adm": "<VAST>",
   185              "adomain": [
   186                "test.com"
   187              ],
   188              "cat": [
   189                "IAB1"
   190              ],
   191              "cid": "cid",
   192              "crid": "crid",
   193              "mtype": 2,
   194              "ext": {
   195                "prebid": {
   196                  "type": "video"
   197                }
   198              }
   199            },
   200            "type": "video"
   201          }
   202        ]
   203      }
   204    ]
   205  }