{
  "mockBidRequest": {
    "id": "test-request-id-multiple-bids",
    "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",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ]
        },
        "ext": {
          "bidder": {
            "tagId": "testnex1"
          }
        }
      },
      {
        "id": "test-imp-id2",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ]
        },
        "ext": {
          "bidder": {
            "tagId": "testnex2"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://fast.nexx360.io/prebid-server?tag_id=testnex1",
        "headers": {
          "Content-Type": [
            "application/json"
          ]
        },
        "body": {
          "id": "test-request-id-multiple-bids",
          "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",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  }
                ]
              },
              "ext": {
                "nexx360": {
                  "tagId": "testnex1"
                }
              }
            },
            {
              "id": "test-imp-id2",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  }
                ]
              },
              "ext": {
                "nexx360": {
                  "tagId": "testnex2"
                }
              }
            }
          ],
          "ext": {
            "nexx360": {
              "caller": [
                {
                  "name": "Prebid-Server",
                  "version": "n/a"
                }
              ]
            }
          }
        },
        "impIDs": [
          "test-imp-id",
          "test-imp-id2"
        ]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "currency": "USD",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "test-slot-id",
                  "impid": "test-imp-id",
                  "price": 0.1,
                  "crid": "creative-123",
                  "adm": "<div>Test Ad</div>",
                  "w": 300,
                  "h": 250,
                  "ext": {
                    "mediaType": "banner",
                    "bidType": "banner",
                    "tagId": "testnex1",
                    "ssp": "test"
                  }
                }
              ]
            },
            {
              "bid": [
                {
                  "id": "test-slot-id2",
                  "impid": "test-imp-id2",
                  "price": 0.5,
                  "crid": "creative-123",
                  "adm": "<div>Test Ad</div>",
                  "w": 300,
                  "h": 250,
                  "ext": {
                    "mediaType": "banner",
                    "bidType": "banner",
                    "tagId": "testnex2",
                    "ssp": "test"
                  }
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "test-slot-id",
            "impid": "test-imp-id",
            "price": 0.1,
            "crid": "creative-123",
            "adm": "<div>Test Ad</div>",
            "w": 300,
            "h": 250,
            "ext": {
              "mediaType": "banner",
              "bidType": "banner",
              "tagId": "testnex1",
              "ssp": "test"
            }
          },
          "type": "banner"
        },
        {
          "bid": {
            "id": "test-slot-id2",
            "impid": "test-imp-id2",
            "price": 0.5,
            "crid": "creative-123",
            "adm": "<div>Test Ad</div>",
            "w": 300,
            "h": 250,
            "ext": {
              "mediaType": "banner",
              "bidType": "banner",
              "tagId": "testnex2",
              "ssp": "test"
            }
          },
          "type": "banner"
        }
      ]
    }
  ]
}