{
  "mockBidRequest": {
    "id": "test-request-id",
    "bcat": [
      "IAB25",
      "IAB7-39",
      "IAB8-18"
    ],
    "user": {
      "buyeruid": "user-101",
      "yob": 1973
    },
    "device": {
      "ua": "my-user-agent",
      "ip": "1.2.3.4"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "w": 300,
          "h": 250
        },
        "video": {
          "w": 300,
          "h": 250,
          "mimes": [
            "video/x-flv",
            "video/mp4"
          ]
        },
        "ext": {
          "bidder": {
            "pubId": "examplePublisherId",
            "placementId": "examplePlacementId",
            "nid": "exampleNetworkId"
          }
        }
      }
    ],
    "site": {
      "domain": "example.com",
      "page": "http://example.com/page-1",
      "ref": "http://referer.com/page-2"
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "method": "GET",
        "headers": {
          "Referer": [
            "http://referer.com/page-2"
          ],
          "Origin": [
            "example.com"
          ],
          "Accept": [
            "application/json"
          ],
          "Content-Type": [
            "application/json;charset=utf-8"
          ]
        },
        "uri": "https://mock.videobyte.com?nid=exampleNetworkId&pid=examplePublisherId&placementId=examplePlacementId&source=pbs",
        "body": {
          "id": "test-request-id",
          "bcat": [
            "IAB25",
            "IAB7-39",
            "IAB8-18"
          ],
          "user": {
            "buyeruid": "user-101",
            "yob": 1973
          },
          "device": {
            "ua": "my-user-agent",
            "ip": "1.2.3.4"
          },
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "w": 300,
                "h": 250
              },
              "video": {
                "w": 300,
                "h": 250,
                "mimes": [
                  "video/x-flv",
                  "video/mp4"
                ]
              },
              "ext": {
                "bidder": {
                  "pubId": "examplePublisherId",
                  "placementId": "examplePlacementId",
                  "nid": "exampleNetworkId"
                }
              }
            }
          ],
          "site": {
            "domain": "example.com",
            "page": "http://example.com/page-1",
            "ref": "http://referer.com/page-2"
          }
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "cur": "USD",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "fe69dd6d-e85c-4186-80a7-605b530bc23b",
                  "crid": "72745",
                  "adomain": [
                    "ad-domain.com"
                  ],
                  "price": 3,
                  "impid": "test-imp-id",
                  "adid": "564",
                  "adm": "<iframe bordercolor=\"#000000\" frameborder=\"0\" height=\"250\" hspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" srcdoc=\"contents\" vspace=\"0\" width=\"300\"></iframe>"
                }
              ],
              "seat": "videobyte"
            }
          ],
          "bidid": "test-request-id",
          "id": "test-request-id"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "fe69dd6d-e85c-4186-80a7-605b530bc23b",
            "crid": "72745",
            "adomain": [
              "ad-domain.com"
            ],
            "price": 3,
            "impid": "test-imp-id",
            "adid": "564",
            "adm": "<iframe bordercolor=\"#000000\" frameborder=\"0\" height=\"250\" hspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" srcdoc=\"contents\" vspace=\"0\" width=\"300\"></iframe>"
          },
          "type": "banner"
        }
      ]
    }
  ]
}
