{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ]
        },
        "tagid": "should-be-overwritten-tagid",
        "ext": {
          "bidder": {
            "publisher": {
              "id": "publisher-id",
              "name": "publisher-name",
              "domain": "publisher-domain.com"
            },
            "tagid": "tag-id",
            "bcat": ["bad-category"],
            "badv": ["bad-advertiser"]
          }
        }
      }
    ],
    "bcat": ["should-be-overwritten-bcat"],
    "badv": ["should-be-overwritten-badv"],
    "site": {
      "page": "http://example.com"
    },
    "device": {
      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36",
      "h": 500,
      "w": 1000
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://example.com/bid",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  }
                ]
              },
              "tagid": "tag-id",
              "ext": {
                "bidder": {
                  "publisher": {
                    "id": "publisher-id",
                    "name": "publisher-name",
                    "domain": "publisher-domain.com"
                  },
                  "tagid": "tag-id",
                  "bcat": ["bad-category"],
                  "badv": ["bad-advertiser"]
                }
              }
            }
          ],
          "bcat": ["bad-category"],
          "badv": ["bad-advertiser"],
          "site": {
            "page": "http://example.com",
            "publisher": {
              "id": "publisher-id",
              "name": "publisher-name",
              "domain": "publisher-domain.com"
            }
          },
          "device": {
            "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36",
            "h": 500,
            "w": 1000
          }
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "5095a742-1c27-402b-ab6f-66b1bd53383b",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "test-request-id",
                  "impid": "test-imp-id",
                  "price": 1000,
                  "nurl": "http://example.com/win/1000",
                  "adm": "<div>ad</div>",
                  "adomain": [
                    "example.com"
                  ],
                  "cid": "test-cid",
                  "crid": "test-crid",
                  "cat": [
                    "IAB13-4"
                  ],
                  "w": 300,
                  "h": 250
                }
              ],
              "seat": "acc-1876"
            }
          ],
          "bidid": "43ccadf2-8b2e-11eb-b294-de4c49e99ff6",
          "cur": "USD"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "test-request-id",
            "impid": "test-imp-id",
            "price": 1000,
            "nurl": "http://example.com/win/1000",
            "adm": "<div>ad</div>",
            "adomain": [
              "example.com"
            ],
            "cid": "test-cid",
            "crid": "test-crid",
            "cat": [
              "IAB13-4"
            ],
            "w": 300,
            "h": 250
          },
          "type": "banner"
        }
      ]
    }
  ]
}
