{
  "mockBidRequest": {
    "id": "test-request-id",
    "site": {
      "id": "site-id",
      "page": "criteo.com"
    },
    "device": {
      "os": "android",
      "ip": "91.199.242.236",
      "ua": "random user agent"
    },
    "user": {
      "ext": {
        "eids": [
          {
            "source": "criteo.com",
            "uids": [
              {
                "id": "criteo-eid"
              }
            ]
          }
        ]
      }
    },
    "imp": [
      {
        "id": "test-imp-id",
        "video": {
          "mimes": ["video/mp4"],
          "protocols": [2, 5],
          "w": 300,
          "h": 250
        },
        "ext": {
          "bidder": {
            "zoneid": 123456,
            "networkid": 78910
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://ssp-bidder.criteo.com/openrtb/pbs/auction/request?profile=230",
        "headers": {},
        "body": {
          "id": "test-request-id",
          "site": {
            "id": "site-id",
            "page": "criteo.com"
          },
          "device": {
            "os": "android",
            "ip": "91.199.242.236",
            "ua": "random user agent"
          },
          "user": {
            "ext": {
              "eids": [
                {
                  "source": "criteo.com",
                  "uids": [
                    {
                      "id": "criteo-eid"
                    }
                  ]
                }
              ]
            }
          },
          "imp": [
            {
              "id": "test-imp-id",
              "video": {
                "mimes": ["video/mp4"],
                "protocols": [2, 5],
                "w": 300,
                "h": 250
              },
              "ext": {
                "bidder": {
                  "zoneid": 123456,
                  "networkid": 78910
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "cur": "USD",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "test-slot-id",
                  "impid": "test-imp-id",
                  "price": 0.1,
                  "crid": "creative-123",
                  "adm": "some-test-ad-vast",
                  "h": 250,
                  "w": 300,
                  "ext": {
                    "prebid": {
                      "type": "video"
                    }
                  }
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "test-slot-id",
            "impid": "test-imp-id",
            "price": 0.1,
            "crid": "creative-123",
            "adm": "some-test-ad-vast",
            "h": 250,
            "w": 300,
            "ext": {
              "prebid": {
                "type": "video"
              }
            }
          },
          "type": "video"
        }
      ]
    }
  ]
}

