github.com/prebid/prebid-server/v2@v2.18.0/adapters/tpmn/tpmntest/exemplary/simple-site-banner.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              },
    13              {
    14                "w": 300,
    15                "h": 600
    16              }
    17            ]
    18          },
    19          "ext": {
    20            "bidder": {
    21              "inventoryId": 10000001
    22            }
    23          }
    24        }
    25      ],
    26      "site": {
    27        "id": "1",
    28        "domain": "test.com"
    29      },
    30      "device": {
    31        "ip": "123.123.123.123"
    32      }
    33    },
    34    "httpCalls": [
    35      {
    36        "expectedRequest": {
    37          "uri": "https://gat.tpmn.io/ortb/pbs_bidder",
    38          "body": {
    39            "id": "test-request-id",
    40            "imp": [
    41              {
    42                "id": "test-imp-id",
    43                "banner": {
    44                  "format": [
    45                    {
    46                      "w": 300,
    47                      "h": 250
    48                    },
    49                    {
    50                      "w": 300,
    51                      "h": 600
    52                    }
    53                  ]
    54                },
    55                "bidfloorcur": "USD",
    56                "ext": {
    57                  "bidder": {
    58                    "inventoryId": 10000001
    59                  }
    60                }
    61              }
    62            ],
    63            "site": {
    64              "id": "1",
    65              "domain": "test.com"
    66            },
    67            "device": {
    68              "ip": "123.123.123.123"
    69            }
    70          },
    71          "impIDs":["test-imp-id"]
    72        },
    73        "mockResponse": {
    74          "status": 200,
    75          "body": {
    76            "id": "test-request-id",
    77            "seatbid": [
    78              {
    79                "bid": [
    80                  {
    81                    "id": "test_bid_id",
    82                    "impid": "test-imp-id",
    83                    "price": 0.27543,
    84                    "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://gat.tpmn.io/ortb/pbs_bidder&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>",
    85                    "cid": "test_cid",
    86                    "crid": "test_crid",
    87                    "dealid": "test_dealid",
    88                    "w": 468,
    89                    "h": 60,
    90                    "mtype": 1,
    91                    "ext": {
    92                      "prebid": {
    93                        "type": "banner"
    94                      }
    95                    }
    96                  }
    97                ],
    98                "seat": "tpmn"
    99              }
   100            ],
   101            "cur": "USD"
   102          }
   103        }
   104      }
   105    ],
   106    "expectedBidResponses": [
   107      {
   108        "bids": [
   109          {
   110            "bid": {
   111              "id": "test_bid_id",
   112              "impid": "test-imp-id",
   113              "price": 0.27543,
   114              "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://gat.tpmn.io/ortb/pbs_bidder&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>",
   115              "cid": "test_cid",
   116              "crid": "test_crid",
   117              "dealid": "test_dealid",
   118              "w": 468,
   119              "h": 60,
   120              "mtype": 1,
   121              "ext": {
   122                "prebid": {
   123                  "type": "banner"
   124                }
   125              }
   126            },
   127            "type": "banner"
   128          }
   129        ]
   130      }
   131    ]
   132  }
   133