{
  "mockBidRequest": {
    "imp": [
      {
        "id": "test-imp-123",
        "banner": {
          "h": 250,
          "w": 300,
          "pos": 0
        },
        "ext": {
          "bidder": {
            "slotId": "12345678/de-example.ch/slot-id/some-page",
            "publisherId": "de-example.ch"
          }
        }
      },
      {
        "id": "test-imp-987",
        "banner": {
          "h": 250,
          "w": 300,
          "pos": 0
        },
        "ext": {
          "bidder": {
            "slotId": "12345678/fr-example.ch/slot-id/some-page",
            "publisherId": "fr-example.ch"
          }
        }
      }
    ],
    "site": {
      "page": "https://www.example.ch/"
    },
    "device": {
      "ua": "Mozilla/5.0 (Linux; Android 13; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36"
    },
    "id": "723f8906-7f59-4f50-bba9-ed9115ab1663"
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "headers": {
          "Accept": ["application/json"],
          "Content-Type": ["application/json;charset=utf-8"]
        },
        "uri": "https://gold.bach/prebid/adapter-endpoint",
        "body": {
          "imp": [
            {
              "ext": {
                "goldbach": {
                  "slotId": "12345678/de-example.ch/slot-id/some-page"
                }
              },
              "id": "test-imp-123",
              "banner": {
                "h": 250,
                "w": 300,
                "pos": 0
              }
            }
          ],
          "site": {
            "page": "https://www.example.ch/"
          },
          "device": {
            "ua": "Mozilla/5.0 (Linux; Android 13; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36"
          },
          "ext": {
            "goldbach": {
              "publisherId": "de-example.ch"
            }
          },
          "id": "723f8906-7f59-4f50-bba9-ed9115ab1663_de-example.ch"
        },
        "impIDs": ["test-imp-123"]
      },
      "mockResponse": {
        "status": 201,
        "headers": {},
        "body": {
          "id": "c04f2011-87e9-4cde-9152-78fa2a63078a",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "b334cb75-41d8-4f61-801c-1e785a2fe38d",
                  "price": 2.5,
                  "adm": "test-ad-content",
                  "adid": "456",
                  "impid": "test-imp-123",
                  "crid": "1234",
                  "cid": "1234",
                  "ext": {
                    "prebid": {
                      "type": "banner"
                    }
                  }
                }
              ]
            }
          ],
          "cur": "CHF"
        }
      }
    },
    {
      "expectedRequest": {
        "headers": {
          "Accept": ["application/json"],
          "Content-Type": ["application/json;charset=utf-8"]
        },
        "uri": "https://gold.bach/prebid/adapter-endpoint",
        "body": {
          "imp": [
            {
              "ext": {
                "goldbach": {
                  "slotId": "12345678/fr-example.ch/slot-id/some-page"
                }
              },
              "id": "test-imp-987",
              "banner": {
                "h": 250,
                "w": 300,
                "pos": 0
              }
            }
          ],
          "site": {
            "page": "https://www.example.ch/"
          },
          "device": {
            "ua": "Mozilla/5.0 (Linux; Android 13; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36"
          },
          "ext": {
            "goldbach": {
              "publisherId": "fr-example.ch"
            }
          },
          "id": "723f8906-7f59-4f50-bba9-ed9115ab1663_fr-example.ch"
        },
        "impIDs": ["test-imp-987"]
      },
      "mockResponse": {
        "status": 201,
        "headers": {},
        "body": {
          "id": "c04f2011-87e9-4cde-9152-78fa2a63078a",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "cbf0cb64-f86b-4a31-a7c3-3904fa32d168",
                  "price": 2.5,
                  "adm": "test-ad-content",
                  "adid": "456",
                  "impid": "test-imp-987",
                  "crid": "1234",
                  "cid": "1234",
                  "ext": {
                    "prebid": {
                      "type": "banner"
                    }
                  }
                }
              ]
            }
          ],
          "cur": "CHF"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "CHF",
      "bids": [
        {
          "bid": {
            "id": "b334cb75-41d8-4f61-801c-1e785a2fe38d",
            "price": 2.5,
            "adm": "test-ad-content",
            "adid": "456",
            "impid": "test-imp-123",
            "crid": "1234",
            "cid": "1234",
            "ext": {
              "prebid": {
                "type": "banner"
              }
            }
          },
          "type": "banner"
        }
      ]
    },
    {
      "currency": "CHF",
      "bids": [
        {
          "bid": {
            "id": "cbf0cb64-f86b-4a31-a7c3-3904fa32d168",
            "price": 2.5,
            "adm": "test-ad-content",
            "adid": "456",
            "impid": "test-imp-987",
            "crid": "1234",
            "cid": "1234",
            "ext": {
              "prebid": {
                "type": "banner"
              }
            }
          },
          "type": "banner"
        }
      ]
    }
  ]
}
