{
  "mockBidRequest": {
    "id": "test-request-id",
    "site": {
      "id": "123",
      "page": "https://good.site/url"
    },
    "imp": [{
      "id": "test-imp-id",
      "native": {
        "ver": "1.2",
        "request": "{\"context\":2,\"contextsubtype\":20,\"plcmttype\":4,\"plcmtcnt\":1,\"urlsupport\":0,\"privacy\":1,\"eventtrackers\":[{\"event\":1,\"methods\":[1,2]},{\"event\":2,\"methods\":[1]}],\"assets\":[{\"id\":123,\"required\":1,\"title\":{\"len\":140}},{\"id\":128,\"required\":0,\"img\":{\"wmin\":300,\"hmin\":250,\"type\":3}},{\"id\":129,\"required\":0,\"img\":{\"type\":2}},{\"id\":127,\"required\":1,\"data\":{\"type\":2,\"len\":140}}]}"
      },
      "ext": {
        "bidder": {
          "publisher": "123456",
          "placement": "234567"
        }
      }
    }]
  },

  "httpCalls": [{
    "expectedRequest": {
      "uri": "https://example.com/rtb/bid",
      "body": {
        "id": "test-request-id",
        "site": {
          "id": "123",
          "page": "https://good.site/url"
        },
        "imp": [{
          "id": "test-imp-id",
          "native": {
            "ver": "1.2",
            "request": "{\"context\":2,\"contextsubtype\":20,\"plcmttype\":4,\"plcmtcnt\":1,\"urlsupport\":0,\"privacy\":1,\"eventtrackers\":[{\"event\":1,\"methods\":[1,2]},{\"event\":2,\"methods\":[1]}],\"assets\":[{\"id\":123,\"required\":1,\"title\":{\"len\":140}},{\"id\":128,\"required\":0,\"img\":{\"wmin\":300,\"hmin\":250,\"type\":3}},{\"id\":129,\"required\":0,\"img\":{\"type\":2}},{\"id\":127,\"required\":1,\"data\":{\"type\":2,\"len\":140}}]}"
          },
          "ext": {
            "bidder": {
              "publisher": "123456",
              "placement": "234567"
            }
          }
        }]
      },
      "impIDs":["test-imp-id"]
    },
    "mockResponse": {
      "status": 200,
      "body": {
        "id": "test-request-id",
        "seatbid": [{
          "seat": "grid",
          "bid": [{
              "id": "some-id",
              "impid": "test-imp-id",
              "price": 0.010526,
              "adm": "{\"native\":{\"ver\":\"1.2\",\"link\":{\"url\":\"some-url\"},\"assets\":[{\"title\":{\"text\":\"some title\"},\"id\":123},{\"img\":{\"url\":\"some-image\",\"w\":300,\"h\":250},\"id\":128},{\"data\":{\"value\":\"some-description\"},\"id\":127}],\"eventtrackers\":[{\"event\":1,\"method\":1,\"url\":\"some-click-url\"}],\"privacy\":\"https://www.adup-tech.com/oba/\"}}",
              "adomain": [
                  "example.com"
              ],
              "crid": "12345678",
              "mtype": 4,
              "ext": {
                  "dsa": {
                      "adrender": 0,
                      "behalf": "example.com",
                      "paid": "Example Site",
                      "transparency": [
                          {
                              "domain": "adup-tech.com",
                              "params": [
                                  2
                              ]
                          }
                      ]
                  }
              }
          }]
        }],
        "cur": "EUR"
      }
    }
  }],

  "expectedBidResponses": [{
    "currency": "EUR",
    "bids": [{
      "bid": {
        "id": "some-id",
        "impid": "test-imp-id",
        "price": 0.010526,
        "adm": "{\"native\":{\"ver\":\"1.2\",\"link\":{\"url\":\"some-url\"},\"assets\":[{\"title\":{\"text\":\"some title\"},\"id\":123},{\"img\":{\"url\":\"some-image\",\"w\":300,\"h\":250},\"id\":128},{\"data\":{\"value\":\"some-description\"},\"id\":127}],\"eventtrackers\":[{\"event\":1,\"method\":1,\"url\":\"some-click-url\"}],\"privacy\":\"https://www.adup-tech.com/oba/\"}}",
        "adomain": [
            "example.com"
        ],
        "crid": "12345678",
        "mtype": 4,
        "ext": {
                  "dsa": {
                      "adrender": 0,
                      "behalf": "example.com",
                      "paid": "Example Site",
                      "transparency": [
                          {
                              "domain": "adup-tech.com",
                              "params": [
                                  2
                              ]
                          }
                      ]
                  }
              }
      },
      "type": "native"
    }]
  }]
}
