{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "video": {
          "w": 728,
          "h": 90,
          "protocols": [2],
          "plcmt": 1,
          "startdelay": -2,
          "playbackmethod": [2],
          "mimes": ["foo", "bar"]
        },
        "ext": {
          "bidder": {
            "siteId": "fake-site-id",
            "productId": "instream"
          }
        }
      }
    ],
    "site": {}
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://ssc.33across.com",
        "body": {
          "ext": {
            "ttx": {
              "caller": [
                {
                  "name": "Prebid-Server",
                  "version": "n/a"
                }
              ]
            }
          },
          "id": "test-request-id",
          "imp": [
            {
              "id":"test-imp-id",
              "video": {
                "w": 728,
                "h": 90,
                "protocols": [2],
                "plcmt": 1,
                "startdelay": -2,
                "playbackmethod": [2],
                "mimes": ["foo", "bar"]
              },
              "ext": {
                "ttx": {
                  "prod": "instream",
                  "zoneid": "fake-site-id"
                }
              }
            }
          ],
          "site": {}
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "seat": "ttx",
              "bid": [{
                "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
                "impid": "test-imp-id",
                "price": 0.500000,
                "adm": "some-test-vast-ad",
                "crid": "crid_10",
                "h": 90,
                "w": 728,
                "ext": {
                  "ttx": {
                    "mediaType": "video"
                  }
                }
              }]
            }
          ],
          "cur": "USD"
        }
      }
    }
  ],

  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
            "impid": "test-imp-id",
            "price": 0.5,
            "adm": "some-test-vast-ad",
            "crid": "crid_10",
            "w": 728,
            "h": 90,
            "ext": {
              "ttx": {
                "mediaType": "video"
              }
            }
          },
          "type": "video"
        }
      ]
    }
  ]
}
