{
  "incomingRequest": {
    "ortbRequest": {
      "id": "some-request-id",
      "site": {
        "page": "test.somepage.com"
      },
      "imp": [
        {
          "id": "my-imp-id",
          "video": {
            "mimes": [
              "video/mp4"
            ]
          },
          "ext": {
            "prebid": {
              "bidder": {
                "pmbidder": {
                  "publisherId": 5890
                }
              }
            }
          }
        },
        {
          "id": "imp-id-2",
          "video": {
            "mimes": [
              "video/mp4"
            ]
          },
          "ext": {
            "prebid": {
              "bidder": {
                "pmbidder": {
                  "publisherId": 5890
                }
              }
            }
          }
        }
      ],
      "ext": {
        "prebid": {
          "targeting": {
            "pricegranularity": {
              "precision": 2,
              "ranges": [
                {
                  "min": 0,
                  "max": 20,
                  "increment": 0.1
                }
              ]
            },
            "includewinners": true,
            "includebidderkeys": true
          },
          "aliases": {
            "pmbidder": "pubmatic"
          }
        }
      }
    }
  },
  "outgoingRequests": {
    "pmbidder": {
      "mockResponse": {
        "pbsSeatBids": [
          {
            "pbsBids": [
              {
                "ortbBid": {
                  "id": "winning-bid",
                  "impid": "my-imp-id",
                  "price": 0.71,
                  "w": 200,
                  "h": 250,
                  "crid": "creative-1"
                },
                "bidType": "video",
                "bidMeta": {
                }
              },
              {
                "ortbBid": {
                  "id": "losing-bid",
                  "impid": "my-imp-id",
                  "price": 0.21,
                  "w": 200,
                  "h": 250,
                  "crid": "creative-2"
                },
                "bidType": "video",
                "bidMeta": {
                }
              },
              {
                "ortbBid": {
                  "id": "other-bid",
                  "impid": "imp-id-2",
                  "price": 0.61,
                  "w": 300,
                  "h": 500,
                  "crid": "creative-3"
                },
                "bidType": "video",
                "bidMeta": {
                }
              }
            ],
            "seat": "groupm"
          },
          {
            "pbsBids": [
              {
                "ortbBid": {
                  "id": "contending-bid",
                  "impid": "my-imp-id",
                  "price": 0.51,
                  "w": 200,
                  "h": 250,
                  "crid": "creative-4"
                },
                "bidType": "video",
                "bidMeta": {
                }
              }
            ],
            "seat": "pmbidder"
          }
        ]
      }
    }
  },
  "response": {
    "bids": {
      "id": "some-request-id",
      "seatbid": [
        {
          "seat": "pmbidder",
          "bid": [
            {
              "id": "contending-bid",
              "impid": "my-imp-id",
              "price": 0.51,
              "w": 200,
              "h": 250,
              "crid": "creative-4",
              "ext": {
                "origbidcpm": 0.51,
                "prebid": {
                  "meta": {
                  },
                  "type": "video",
                  "targeting": {
                    "hb_bidder_pmbidder": "pmbidder",
                    "hb_cache_host_pmbidd": "www.pbcserver.com",
                    "hb_cache_path_pmbidd": "/pbcache/endpoint",
                    "hb_pb_pmbidder": "0.50",
                    "hb_size_pmbidder": "200x250"
                  }
                }
              }
            }
          ]
        },
        {
          "seat": "groupm",
          "bid": [
            {
              "id": "winning-bid",
              "impid": "my-imp-id",
              "price": 0.71,
              "w": 200,
              "h": 250,
              "crid": "creative-1",
              "ext": {
                "origbidcpm": 0.71,
                "prebid": {
                  "meta": {
                  },
                  "type": "video",
                  "targeting": {
                    "hb_bidder": "groupm",
                    "hb_bidder_groupm": "groupm",
                    "hb_cache_host": "www.pbcserver.com",
                    "hb_cache_host_groupm": "www.pbcserver.com",
                    "hb_cache_path": "/pbcache/endpoint",
                    "hb_cache_path_groupm": "/pbcache/endpoint",
                    "hb_pb": "0.70",
                    "hb_pb_groupm": "0.70",
                    "hb_size": "200x250",
                    "hb_size_groupm": "200x250"
                  }
                }
              }
            },
            {
              "id": "losing-bid",
              "impid": "my-imp-id",
              "price": 0.21,
              "w": 200,
              "h": 250,
              "crid": "creative-2",
              "ext": {
                "origbidcpm": 0.21,
                "prebid": {
                  "meta": {
                  },
                  "type": "video"
                }
              }
            },
            {
              "id": "other-bid",
              "impid": "imp-id-2",
              "price": 0.61,
              "w": 300,
              "h": 500,
              "crid": "creative-3",
              "ext": {
                "origbidcpm": 0.61,
                "prebid": {
                  "meta": {
                  },
                  "type": "video",
                  "targeting": {
                    "hb_bidder": "groupm",
                    "hb_bidder_groupm": "groupm",
                    "hb_cache_host": "www.pbcserver.com",
                    "hb_cache_host_groupm": "www.pbcserver.com",
                    "hb_cache_path": "/pbcache/endpoint",
                    "hb_cache_path_groupm": "/pbcache/endpoint",
                    "hb_pb": "0.60",
                    "hb_pb_groupm": "0.60",
                    "hb_size": "300x500",
                    "hb_size_groupm": "300x500"
                  }
                }
              }
            }
          ]
        }
      ]
    }
  }
}
