{
    "mockBidRequest": {
      "id": "0000000000002",
      "test": 1,
      "imp": [
        {
          "id": "adunit-1",
          "banner": {
            "w": 300,
            "h": 250
          },
          "ext": {
           "bidder": {
              "tappxkey": "pub-12345-android-9876",
              "endpoint": "ZZ123456PS",
              "bidfloor": 1.5
            },
            "gpid": "/19968336/header-bid-tag-0"
          }
        }
      ],
      "app": {
        "id": "app_001",
        "bundle": "com.rovio.angrybirds",
        "publisher": {
          "id": "2"
        }
      },
      "user": {
        "buyeruid": "A-38327932832"
      }
    },
  
    "httpCalls": [
      {
        "expectedRequest": {
          "uri": "http://ssp.api.tappx.com/rtb/v2/ZZ123456PS?tappxkey=pub-12345-android-9876&type_cnn=prebid&v=1.6",
          "body": {
            "id": "0000000000002",
            "test": 1,
            "imp": [
              {
                "id": "adunit-1",
                "banner": {
                  "w": 300,
                  "h": 250
                },
                "bidfloor": 1.5,
                "ext": {
                  "bidder": {
                    "bidfloor": 1.5,
                    "tappxkey": "pub-12345-android-9876",
                    "endpoint": "ZZ123456PS"
                  },
                  "gpid": "/19968336/header-bid-tag-0"
                }
              }
            ],
            "app": {
              "bundle": "com.rovio.angrybirds",
              "id": "app_001",
              "publisher": {
                "id": "2"
              }
            },
            "user": {
              "buyeruid": "A-38327932832"
            },
            "ext": {
              "bidder": {
                "tappxkey": "pub-12345-android-9876"
              }
            }
          },
          "impIDs":["adunit-1"]
        },
        "mockResponse": {
          "status": 200,
          "body": {
            "id": "75472df2-1cb3-4f8e-9a28-10cb95fe05a4",
            "seatbid": [{
                "bid": [{
                    "id": "wehM-93KGr0_0_0",
                    "impid": "adunit-1",
                    "price": 0.5,
                    "cid": "3706",
                    "crid": "19005",
                    "adid": "19005",
                    "adm": "<!-- admarkup -->",
                    "cat": ["IAB2"],
                    "adomain": ["test.com"],
                    "h": 250,
                    "w": 300
                }]
            }],
            "bidid": "wehM-93KGr0"
          }
        }
      }
    ],
  
    "expectedBidResponses": [
      {
        "currency": "USD",
        "bids": [
          {
            "bid": {
              "id": "wehM-93KGr0_0_0",
              "impid": "adunit-1",
              "price": 0.5,
              "adm": "<!-- admarkup -->",
              "adid": "19005",
              "adomain": ["test.com"],
              "cid": "3706",
              "crid": "19005",
              "w": 300,
              "h": 250,
              "cat": ["IAB2"]
            },
            "type": "banner"
          }
        ]
      }
    ]
  }