github.com/prebid/prebid-server@v0.275.0/adapters/tpmn/tpmntest/exemplary/simple-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          "tagid": "00000001",
    20          "ext": {
    21            "bidder": {
    22              "inventoryId": 10000001
    23            }
    24          }
    25        }
    26      ],
    27      "app": {
    28        "id": "1",
    29        "bundle": "com.wls.testwlsapplication"
    30      },
    31      "device": {
    32        "ip": "123.123.123.123",
    33        "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
    34      }
    35    },
    36    "httpCalls": [
    37      {
    38        "expectedRequest": {
    39          "uri": "https://gat.tpmn.io/ortb/pbs_bidder",
    40          "body": {
    41            "id": "test-request-id",
    42            "imp": [
    43              {
    44                "id": "test-imp-id",
    45                "banner": {
    46                  "format": [
    47                    {
    48                      "w": 300,
    49                      "h": 250
    50                    },
    51                    {
    52                      "w": 300,
    53                      "h": 600
    54                    }
    55                  ]
    56                },
    57                "tagid": "00000001",
    58                "bidfloorcur": "USD",
    59                "ext": {
    60                  "bidder": {
    61                    "inventoryId": 10000001
    62                  }
    63                }
    64              }
    65            ],
    66            "app": {
    67              "id": "1",
    68              "bundle": "com.wls.testwlsapplication"
    69            },
    70            "device": {
    71              "ip": "123.123.123.123",
    72              "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
    73            }
    74          }
    75        },
    76        "mockResponse": {
    77          "status": 200,
    78          "body": {
    79            "id": "test-request-id",
    80            "seatbid": [
    81              {
    82                "bid": [
    83                  {
    84                    "id": "test_bid_id",
    85                    "impid": "test-imp-id",
    86                    "price": 0.27543,
    87                    "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://gat.tpmn.io/ortb/pbs_bidder&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>",
    88                    "cid": "test_cid",
    89                    "crid": "test_crid",
    90                    "dealid": "test_dealid",
    91                    "w": 300,
    92                    "h": 250,
    93                    "mtype": 1,
    94                    "ext": {
    95                      "prebid": {
    96                        "type": "banner"
    97                      }
    98                    }
    99                  }
   100                ],
   101                "seat": "tpmn"
   102              }
   103            ],
   104            "cur": "USD"
   105          }
   106        }
   107      }
   108    ],
   109    "expectedBidResponses": [
   110      {
   111        "bids": [
   112          {
   113            "bid": {
   114              "id": "test_bid_id",
   115              "impid": "test-imp-id",
   116              "price": 0.27543,
   117              "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://gat.tpmn.io/ortb/pbs_bidder&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>",
   118              "cid": "test_cid",
   119              "crid": "test_crid",
   120              "dealid": "test_dealid",
   121              "w": 300,
   122              "h": 250,
   123              "mtype": 1,
   124              "ext": {
   125                "prebid": {
   126                  "type": "banner"
   127                }
   128              }
   129            },
   130            "type": "banner"
   131          }
   132        ]
   133      }
   134    ]
   135  }