{
  "mockBidRequest": {
    "id": "missing-publisher-site-success",
    "site": {
      "id": "test-site-id"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [{ "w": 300, "h": 250 }]
        },
        "ext": {
          "bidder": {
            "accountId": "exco-accountId",
            "publisherId": "exco-publisherId",
            "tagId": "exco-tagId"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://testjsonsample.com",
        "body": {
          "id": "missing-publisher-site-success",
          "site": {
            "id": "test-site-id",
            "publisher": {
              "id": "exco-publisherId"
            }
          },
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [{ "w": 300, "h": 250 }]
              },
              "tagid": "exco-tagId",
              "ext": {
                "bidder": {
                  "publisherId": "exco-publisherId",
                  "accountId": "exco-accountId",
                  "tagId": "exco-tagId"
                }
              }
            }
          ]
        },
        "headers": {
          "Content-Type": [
            "application/json;charset=utf-8"
          ]
        },
        "impIDs": ["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "missing-publisher-site-success",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "test-imp-id",
                  "impid": "test-imp-id",
                  "price": 1.5,
                  "adid": "1234",
                  "adm": "<html><body>Ad Content</body></html>",
                  "cid": "5678",
                  "crid": "1234",
                  "mtype": 1
                }
              ],
              "seat": "exco"
            }
          ],
          "bidid": "missing-publisher-site-success",
          "cur": "USD"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "test-imp-id",
            "impid": "test-imp-id",
            "price": 1.5,
            "adid": "1234",
            "adm": "<html><body>Ad Content</body></html>",
            "cid": "5678",
            "crid": "1234",
            "mtype": 1
          },
          "type": "banner"
        }
      ]
    }
  ]
}
