github.com/prebid/prebid-server@v0.275.0/adapters/rise/risetest/exemplary/banner-and-video-site.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-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              "publisher_id": "72721",
    22              "path": "mvo",
    23              "zone": "1r"
    24            }
    25          }
    26        },
    27        {
    28          "id": "test-imp-video-id",
    29          "video": {
    30            "mimes": ["video/mp4"],
    31            "minduration": 1,
    32            "maxduration": 2,
    33            "protocols": [1, 2, 5],
    34            "w": 1020,
    35            "h": 780,
    36            "startdelay": 1,
    37            "placement": 1,
    38            "playbackmethod": [2],
    39            "delivery": [1],
    40            "api": [1, 2, 3, 4]
    41          },
    42          "ext": {
    43            "bidder": {
    44              "publisher_id": "72721",
    45              "path": "mvo",
    46              "zone": "1r"
    47            }
    48          }
    49        }
    50      ],
    51      "site": {
    52        "id": "102855",
    53        "cat": ["IAB3-1"],
    54        "domain": "www.foobar.com",
    55        "page": "http://www.foobar.com/1234.html ",
    56        "publisher": {
    57          "id": "8953",
    58          "name": "foobar.com",
    59          "cat": ["IAB3-1"],
    60          "domain": "foobar.com"
    61        }
    62      },
    63      "device": {
    64        "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13 (KHTML, like Gecko) Version / 5.1 .7 Safari / 534.57 .2",
    65        "ip": "123.145.167.10"
    66      }
    67    },
    68    "httpCalls": [
    69      {
    70        "expectedRequest": {
    71          "uri": "http://localhost/prebid_server?publisher_id=72721",
    72          "body": {
    73            "id": "test-request-id",
    74            "imp": [
    75              {
    76                "id": "test-imp-id",
    77                "banner": {
    78                  "format": [
    79                    {
    80                      "w": 300,
    81                      "h": 250
    82                    },
    83                    {
    84                      "w": 300,
    85                      "h": 300
    86                    }
    87                  ]
    88                },
    89                "ext": {
    90                  "bidder": {
    91                    "publisher_id": "72721",
    92                    "zone": "1r",
    93                    "path": "mvo"
    94                  }
    95                }
    96              },
    97              {
    98                "id": "test-imp-video-id",
    99                "video": {
   100                  "mimes": ["video/mp4"],
   101                  "minduration": 1,
   102                  "maxduration": 2,
   103                  "protocols": [1, 2, 5],
   104                  "w": 1020,
   105                  "h": 780,
   106                  "startdelay": 1,
   107                  "placement": 1,
   108                  "playbackmethod": [2],
   109                  "delivery": [1],
   110                  "api": [1, 2, 3, 4]
   111                },
   112                "ext": {
   113                  "bidder": {
   114                    "publisher_id": "72721",
   115                    "zone": "1r",
   116                    "path": "mvo"
   117                  }
   118                }
   119              }
   120            ],
   121            "site": {
   122              "id": "102855",
   123              "cat": ["IAB3-1"],
   124              "domain": "www.foobar.com",
   125              "page": "http://www.foobar.com/1234.html ",
   126              "publisher": {
   127                "id": "8953",
   128                "name": "foobar.com",
   129                "cat": ["IAB3-1"],
   130                "domain": "foobar.com"
   131              }
   132            },
   133            "device": {
   134              "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13 (KHTML, like Gecko) Version / 5.1 .7 Safari / 534.57 .2",
   135              "ip": "123.145.167.10"
   136            }
   137          }
   138        },
   139        "mockResponse": {
   140          "status": 200,
   141          "body": {
   142            "id": "test-request-id",
   143            "seatbid": [
   144              {
   145                "seat": "958",
   146                "bid": [
   147                  {
   148                    "id": "7706636740145184841",
   149                    "impid": "test-imp-video-id",
   150                    "price": 0.5,
   151                    "adid": "29681110",
   152                    "adm": "some-test-ad",
   153                    "adomain": ["yahoo.com"],
   154                    "cid": "958",
   155                    "crid": "29681110",
   156                    "h": 576,
   157                    "w": 1024,
   158                    "mtype": 2
   159                  }
   160                ]
   161              }
   162            ],
   163            "bidid": "5778926625248726496",
   164            "cur": "USD"
   165          }
   166        }
   167      }
   168    ],
   169  
   170    "expectedBidResponses": [
   171      {
   172        "bids": [{
   173          "bid": {
   174            "id": "7706636740145184841",
   175            "impid": "test-imp-video-id",
   176            "price": 0.5,
   177            "adm": "some-test-ad",
   178            "adid": "29681110",
   179            "adomain": ["yahoo.com"],
   180            "cid": "958",
   181            "crid": "29681110",
   182            "w": 1024,
   183            "h": 576,
   184            "mtype": 2
   185          },
   186          "type": "video"
   187        }]
   188      }
   189    ]
   190  }