{
  "mockBidRequest": {
    "id": "0000000000001",
    "imp": [
      {
        "id": "video-adunit-2",
        "video": {
          "mimes": [
            "video/mp4"
          ],
          "w": 640,
          "h": 480
        },
        "ext": {
          "bidder": {
            "pubId": 102,
            "host": "tag.test.com"
          }
        }
      }
    ],
    "app": {
      "id": "app_001",
      "bundle": "com.rovio.angrybirds",
      "publisher": {
        "id": "2"
      }
    },
    "user": {
      "buyeruid": "A-38327932832"
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://pbs2.adksrv.com/rtbpub?account=102",
        "body": {
          "id": "0000000000001",
          "imp": [
            {
              "id": "video-adunit-2",
              "video": {
                "mimes": [
                  "video/mp4"
                ],
                "w": 640,
                "h": 480
              }
            }
          ],
          "app": {
            "bundle": "com.rovio.angrybirds",
            "id": "app_001"
          },
          "user": {
            "buyeruid": "A-38327932832"
          }
        },
        "impIDs":["video-adunit-2"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "75472df2-1cb3-4f8e-9a28-10cb95fe05a4",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "bid02",
                  "impid": "video-adunit-2",
                  "price": 2.25,
                  "cid": "1001",
                  "crid": "2002",
                  "adid": "2002",
                  "adm": "<!-- vast wrapper -->",
                  "cat": [
                    "IAB2"
                  ],
                  "adomain": [
                    "video-example.com"
                  ]
                }
              ]
            }
          ],
          "bidid": "wehM-93KGr0"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
          "currency": "USD",
          "bids": [
            {
              "bid": {
                "id": "bid02",
                "impid": "video-adunit-2",
                "price": 2.25,
                "adm": "<!-- vast wrapper -->",
                "adomain": [
                  "video-example.com"
                ],
                "cid": "1001",
                "adid": "2002",
                "crid": "2002",
                "cat": [
                  "IAB2"
                ]
              },
              "type": "video"
            }
          ]
        }
  ]
}