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