{
  "mockBidRequest": {
    "id": "test-request-id",
    "site": {
      "page": "https://publisher.com/url"
    },
    "user": {
      "buyerUid": "123"
    },
    "device": {
      "w": 1000,
      "h": 500,
      "IPv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "w": 300,
          "h": 150
        },
        "ext": {
          "bidder": {
            "placementId": "2eb6bd58-865c-47ce-af7f-a918108c3fd2",
            "domainId": 1002,
            "debug": {
              "testAmp": "true"
            }
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://bid2.videostep.com/bid/ServerBidAdContent",
        "body": {
          "BidParamsJson": "{\"PlacementIds\":[\"2eb6bd58-865c-47ce-af7f-a918108c3fd2\"],\"BidVersion\":\"4\",\"Properties\":{\"2eb6bd58-865c-47ce-af7f-a918108c3fd2\":{\"Formats\":[{\"w\":300,\"h\":150}],\"ImpId\":\"test-imp-id\"}}}",
          "Bvid": "",
          "Gdpr": true,
          "GdprConsent": "",
          "Height": "500",
          "IsAmp": true,
          "Kw": "",
          "Lid": "123",
          "Location": "https://publisher.com/url",
          "IsTestBid": false,
          "InvibBVLog": false,
          "VideoAdDebug": false,
          "Width": "1000"
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "currency": "EUR",
          "typedBids": [
            {
              "bid": {
                "id": "1234",
                "impid": "test-imp-id",
                "price": 0.5,
                "adm": "<div>abc</div>",
                "crid": "29681110",
                "w": 300,
                "h": 250
              },
              "dealPriority": 0
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "EUR",
      "bids": [
        {
          "bid": {
            "id": "1234",
            "impid": "test-imp-id",
            "price": 0.5,
            "adm": "<div>abc</div>",
            "crid": "29681110",
            "w": 300,
            "h": 250
          },
          "type": "banner"
        }
      ]
    }
  ]
}
