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