{
    "mockBidRequest": {
      "id": "test-request-id",
      "imp": [
          {
              "id": "test-imp-id",
              "banner": {
                  "format": [
                      {
                          "w": 300,
                          "h": 250
                      },
                      {
                          "w": 300,
                          "h": 600
                      }
                  ]
              },
              "tagid": "1",
              "ext": {
                  "bidder": {
                      "TagID": "1"
                  }
              }
          }
      ],
      "site": {
          "id": "1",
          "domain": "test.com"
      },
      "device": {
          "ip": "123.123.123.123"
      }
  },
  
    "httpCalls": [
      {
        "expectedRequest": {
          "uri": "http://pub.admanmedia.com/?c=o&m=ortb",
          "body": {
            "id": "test-request-id",
            "imp": [
                {
                    "id": "test-imp-id",
                    "banner": {
                        "format": [
                            {
                                "w": 300,
                                "h": 250
                            },
                            {
                                "w": 300,
                                "h": 600
                            }
                        ]
                    },
                    "tagid": "1",
                    "ext": {
                        "bidder": {
                            "TagID": "1"
                        }
                    }
                }
            ],
            "site": {
                "id": "1",
                "domain": "test.com"
            },
            "device": {
                "ip": "123.123.123.123"
            }
        },
        "impIDs":["test-imp-id"]
        },
        "mockResponse": {
          "status": 200,
          "body": {
            "id": "test-request-id",
            "seatbid": [
                {
                    "bid": [
                        {
                            "id": "test_bid_id",
                            "impid": "test-imp-id",
                            "price": 0.27543,
                            "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://pub.admanmedia.com/?c=o&m=adm&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>",
                            "cid": "test_cid",
                            "crid": "test_crid",
                            "dealid": "test_dealid",
                            "w": 468,
                            "h": 60,
                            "ext": {
                                "prebid": {
                                    "type": "banner"
                                }
                            }
                        }
                    ],
                    "seat": "adman"
                }
            ],
            "cur": "USD"
          }
        }
      }
    ],
  
    "expectedBidResponses": [
      {
        "bids":[
          {
            "bid":  {
                "id": "test_bid_id",
                "impid": "test-imp-id",
                "price": 0.27543,
                "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://pub.admanmedia.com/?c=o&m=adm&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>",
                "cid": "test_cid",
                "crid": "test_crid",
                "dealid": "test_dealid",
                "w": 468,
                "h": 60,
                "ext": {
                    "prebid": {
                        "type": "banner"
                    }
                }
            },
            "type": "banner"
          }
        ]
      }
    ]
  }
  