{
  "mockBidRequest": {
    "id": "test-request-id",
    "app": {},
    "imp": [
      {
        "id": "test-imp-id",
        "tagid": "existing-tagid",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 300,
              "h": 600
            }
          ]
        },
        "displaymanagerver": "any-display-manager-version",
        "ext": {
          "bidder": {
            "placement_id": 1,
            "inv_code": "any-inv-code"
          },
          "gpid": "/1111/homepage#div-1"
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://any.url",
        "body": {
          "id": "test-request-id",
          "app": {},
          "ext": {
            "appnexus": {
              "hb_source": 5
            }
          },
          "imp": [
            {
              "id": "test-imp-id",
              "tagid": "any-inv-code",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  },
                  {
                    "w": 300,
                    "h": 600
                  }
                ],
                "w": 300,
                "h": 250
              },
              "displaymanagerver": "any-display-manager-version",
              "ext": {
                "appnexus": {
                  "placement_id": 1
                },
                "gpid": "/1111/homepage#div-1"
              }
            }
          ]
        },
        "impIDs": [
          "test-imp-id"
        ]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "seat": "1",
              "bid": [
                {
                  "id": "bid-id",
                  "impid": "test-imp-id",
                  "price": 0.500000,
                  "adid": "any-adid",
                  "adm": "some-test-ad",
                  "adomain": [
                    "appnexus.com"
                  ],
                  "iurl": "http://nym1-ib.adnxs.com/cr?id=101",
                  "cid": "any-cid",
                  "crid": "any-crid",
                  "h": 250,
                  "w": 300,
                  "ext": {
                    "appnexus": {
                      "brand_id": 1,
                      "brand_category_id": 1,
                      "auction_id": 123456789,
                      "bid_ad_type": 0,
                      "bidder_id": 2,
                      "ranking_price": 0.000000,
                      "deal_priority": 5
                    }
                  }
                }
              ]
            }
          ],
          "bidid": "any-bidid",
          "cur": "USD"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "bid-id",
            "impid": "test-imp-id",
            "price": 0.5,
            "adm": "some-test-ad",
            "adid": "any-adid",
            "adomain": [
              "appnexus.com"
            ],
            "iurl": "http://nym1-ib.adnxs.com/cr?id=101",
            "cid": "any-cid",
            "crid": "any-crid",
            "w": 300,
            "h": 250,
            "cat": [
              "IAB20-3"
            ],
            "ext": {
              "appnexus": {
                "brand_id": 1,
                "brand_category_id": 1,
                "auction_id": 123456789,
                "bid_ad_type": 0,
                "bidder_id": 2,
                "ranking_price": 0.000000,
                "deal_priority": 5
              }
            }
          },
          "type": "banner"
        }
      ]
    }
  ]
}