github.com/prebid/prebid-server/v2@v2.18.0/adapters/tappx/tappxtest/supplemental/bidfloor.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "0000000000001",
     4      "test": 1,
     5      "imp": [
     6        {
     7          "id": "adunit-1",
     8          "banner": {
     9            "w": 300,
    10            "h": 250
    11          },
    12          "ext": {
    13           "bidder": {
    14              "tappxkey": "pub-12345-android-9876",
    15              "endpoint": "ZZ123456PS",
    16              "bidfloor": 1.5
    17            }
    18          }
    19        }
    20      ],
    21      "app": {
    22        "id": "app_001",
    23        "bundle": "com.rovio.angrybirds",
    24        "publisher": {
    25          "id": "2"
    26        }
    27      },
    28      "user": {
    29        "buyeruid": "A-38327932832"
    30      }
    31    },
    32  
    33    "httpCalls": [
    34      {
    35        "expectedRequest": {
    36          "uri": "http://ssp.api.tappx.com/rtb/v2/ZZ123456PS?tappxkey=pub-12345-android-9876&type_cnn=prebid&v=1.5",
    37          "body": {
    38            "id": "0000000000001",
    39            "test": 1,
    40            "imp": [
    41              {
    42                "id": "adunit-1",
    43                "banner": {
    44                  "w": 300,
    45                  "h": 250
    46                },
    47                "bidfloor": 1.5,
    48                "ext": {
    49                  "bidder": {
    50                    "tappxkey": "pub-12345-android-9876",
    51                    "endpoint": "ZZ123456PS",
    52                   "bidfloor": 1.5
    53                  }
    54                }
    55              }
    56            ],
    57            "app": {
    58              "bundle": "com.rovio.angrybirds",
    59              "id": "app_001",
    60              "publisher": {
    61                "id": "2"
    62              }
    63            },
    64            "user": {
    65              "buyeruid": "A-38327932832"
    66            },
    67            "ext": {
    68              "bidder": {
    69                "tappxkey": "pub-12345-android-9876"
    70              }
    71            }
    72          },
    73          "impIDs":["adunit-1"]
    74        },
    75        "mockResponse": {
    76          "status": 200,
    77          "body": {
    78            "id": "75472df2-1cb3-4f8e-9a28-10cb95fe05a4",
    79            "seatbid": [{
    80                "bid": [{
    81                    "id": "wehM-93KGr0_0_0",
    82                    "impid": "adunit-1",
    83                    "price": 0.5,
    84                    "cid": "3706",
    85                    "crid": "19005",
    86                    "adid": "19005",
    87                    "adm": "<!-- admarkup -->",
    88                    "cat": ["IAB2"],
    89                    "adomain": ["test.com"],
    90                    "h": 250,
    91                    "w": 300
    92                }]
    93            }],
    94            "bidid": "wehM-93KGr0"
    95          }
    96        }
    97      }
    98    ],
    99  
   100    "expectedBidResponses": [
   101      {
   102        "currency": "USD",
   103        "bids": [
   104          {
   105            "bid": {
   106              "id": "wehM-93KGr0_0_0",
   107              "impid": "adunit-1",
   108              "price": 0.5,
   109              "adm": "<!-- admarkup -->",
   110              "adid": "19005",
   111              "adomain": ["test.com"],
   112              "cid": "3706",
   113              "crid": "19005",
   114              "w": 300,
   115              "h": 250,
   116              "cat": ["IAB2"]
   117            },
   118            "type": "banner"
   119          }
   120        ]
   121      }
   122    ]
   123  }