{
  "mockBidRequest": {
    "id": "some_test_auction",
    "imp": [{
      "id": "some_test_ad_id",
      "banner": {
        "format": [{
          "w": 300,
          "h": 250
        }],
        "w": 300,
        "h": 250
      },
      "ext": {
        "bidder": {
          "tagid": "25251"
        }
      }
    }],
    "device": {
      "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36",
      "ip": "123.123.123.123",
      "dnt": 1
    },
    "site": {
      "domain": "www.publisher.com",
      "page": "http://www.publisher.com/awesome/site?with=some&parameters=here"
    }
  },

  "httpCalls": [{
    "expectedRequest": {
      "uri": "https://ib.beintoo.com",
      "headers": {
        "Accept": [
          "application/json"
        ],
        "Content-Type": [
          "application/json;charset=utf-8"
        ],
        "X-Forwarded-For": [
          "123.123.123.123"
        ],
        "Referer": [
          "http://www.publisher.com/awesome/site?with=some&parameters=here"
        ],
        "Dnt": [
          "1"
        ],
        "User-Agent": [
          "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36"
        ]
      },
      "body": {
        "id": "some_test_auction",
        "imp": [{
          "id": "some_test_ad_id",
          "banner": {
            "format": [{
              "w": 300,
              "h": 250
            }],
            "w": 300,
            "h": 250
          },
          "tagid": "25251",
          "secure": 0
        }],
        "site": {
          "domain": "www.publisher.com",
          "page": "http://www.publisher.com/awesome/site?with=some&parameters=here"
        },
        "device": {
          "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36",
          "ip": "123.123.123.123",
          "dnt": 1
        }
      },
      "impIDs":["some_test_ad_id"]
    },
    "mockResponse": {
      "status": 200,
      "body": {
        "id": "some_test_auction",
        "seatbid": [{
            "seat": "12356",
            "bid": [{
              "adm": "<div id=\"123456789_ad\"><script>!function(){console.log\"Hello, world.\";}();<\/script><\/div>",
              "id": "uuid",
              "impid": "some_test_ad_id",
              "ttl": 300,
              "crid": "94395500",
              "w": 300,
              "price": 2.942808,
              "adid": "94395500",
              "h": 250
            }]
        }],
        "cur": "USD"
    }
    }
  }],

  "expectedBidResponses": [{
    "bids": [
      {
        "bid": {
          "adm": "<div id=\"123456789_ad\"><script>!function(){console.log\"Hello, world.\";}();<\/script><\/div>",
          "id": "uuid",
          "impid": "uuid",
          "crid": "94395500",
          "w": 300,
          "price": 2.942808,
          "adid": "94395500",
          "h": 250
        },
        "type": "banner"
        }
    ] 
  }]
}
